Skip to content

pranav-agarwal800/flutter-git-workshop-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.7%
  • Swift 2.4%
  • Other 0.9%