My personal Flutter lib boilerplate, with following features:
- BLoC pattern with universal Provider widget
- Firebase Authentication for Google signin.
- User creation/fetching from Cloud Firestore
- Add these plugins to pubspec:
firebase_auth,google_sign_in,cloud_firestore,shared_preferencesandrxdart - Rename package name in every import
- Configure
google_sign_inplugin as in readme - Create Firebase project and enable Google Authentication method + create Firestore database in test mode