Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.37 KB

Once you clone the repository make sure to create a Firebase app and do the relevant things (i.e. registering the app on Firebase, downloading json file from Firebase console and so on. If you take up a issue which can be solved without doing the Firebase stuff then you can commit by fixing that bug itself. I have tried to not get into the mess of setting up Firebase as much as possible for these issues. All the Best!

flutter-git-task

☑️TODO App

A simple Flutter App to add Tasks with User Authentication from Firebase.

Setup App in Your PC

  • Clone this repository in your device
  • Open the task folder in Android Studio or any other IDE of choice
  • Run "flutter pub get" command in Terminal to get dependencies

Build the app

  • Use Android Studio to get an emulator
  • Run "flutter run" command in Terminal to Build and Run the app in emulator

Features:

  • Implemented Text Animations
  • Used Firestore and Firebase Authentication
  • Realtime Updates in Firebase NoSQL Database

Screenshots:

TODO's for the future:

  1. Implement Google Sign In
  2. Implement Date and Time Picker
  3. Provide Offline/Online Push Notifications regarding Tasks