Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.11 KB

IssueIt

Repo for Flutter app developed in the context of an academic internship for Projeto Integrador @ FEUP.

Features

Authentication Methods

  • E-mail & Password Login
  • Google Account Login
  • Facebook Account Login
  • Phone Number w/ SMS confirmation

Account Personalization

  • Edit Name Implemented
  • Edit Profile Picture Implemented

Storage

  • Firestore Database Interaction w/ Collections
  • Local Storing of Issues (when the device is not connected to the Internet)
  • Automatic Sync of Issues with Firestore (when the device is reconnected to the Internet)

Issue Forum

  • Submission and retrieving of issues
  • Issues have a title, description, tag and image

Analytics

  • Error & Crash Reporting through Google Crashlytics
  • User Stats & Event Logs Generated through Google Analytics

Documentation

  • To readmore detailed information about the project, please visit the DartDoc documentation here (you might need to open it directly in a browser, after cloning the repository).