Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinikumar01 committed Nov 15, 2020
1 parent b26d4cf commit eeee0a3
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tracking information in firestore.

## 🕓 Features:

:✅: Firebase Authentication (anonymous, email & password, Google, Facebook)
:✅: State Management: how to use setState, lifting state up via callbacks, global access, scoped access with Provider, BLoCs, ValueNotifier & ChangeNotifier
- Firebase Authentication (anonymous, email & password, Google, Facebook)
- State Management: how to use setState, lifting state up via callbacks, global access, scoped access with Provider, BLoCs, ValueNotifier & ChangeNotifier
- ✅ Streams, building reactive apps & advanced stream operations with RxDart
- ✅ Forms, input handling and validation
- ✅ Databases and Cloud Firestore
Expand All @@ -25,7 +25,14 @@ tracking information in firestore.
- ✅ Date & time pickers
- ✅ Navigation




## 🔮 Packages Used
Packages Name | Usage
:-------------------------|-------------------------
|[firebase_auth](https://pub.dev/packages/firebase_auth) | Authentication
|[google_sign_in](https://pub.dev/packages/google_sign_in)| Google Authentication
|[flutter_facebook_login](https://pub.dev/packages/flutter_facebook_login) | Facebook Login
|[provider](https://pub.dev/packages/provider)| State Management
|[cloud_firestore](https://pub.dev/packages/cloud_firestore) | Flutter plugin for Cloud Firestore
|[rxdart](https://pub.dev/packages/rxdart) | Adds additional capabilities to Dart Streams and StreamControllers.
|[intl](https://pub.dev/packages/intl) | Datetime Handling

0 comments on commit eeee0a3

Please sign in to comment.