Skip to content

Commit eeee0a3

Browse files
Readme updated
1 parent b26d4cf commit eeee0a3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tracking information in firestore.
1515

1616
## 🕓 Features:
1717

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

28-
29-
30-
28+
## 🔮 Packages Used
29+
Packages Name | Usage
30+
:-------------------------|-------------------------
31+
|[firebase_auth](https://pub.dev/packages/firebase_auth) | Authentication
32+
|[google_sign_in](https://pub.dev/packages/google_sign_in)| Google Authentication
33+
|[flutter_facebook_login](https://pub.dev/packages/flutter_facebook_login) | Facebook Login
34+
|[provider](https://pub.dev/packages/provider)| State Management
35+
|[cloud_firestore](https://pub.dev/packages/cloud_firestore) | Flutter plugin for Cloud Firestore
36+
|[rxdart](https://pub.dev/packages/rxdart) | Adds additional capabilities to Dart Streams and StreamControllers.
37+
|[intl](https://pub.dev/packages/intl) | Datetime Handling
3138

0 commit comments

Comments
 (0)