All Projects → darioielardi → flutter-boilerplate

darioielardi / flutter-boilerplate

Licence: other
No description, website, or topics provided.

Programming Languages

dart
5743 projects

Flutter Boilerplate

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

How To

  • Add these plugins to pubspec: firebase_auth, google_sign_in, cloud_firestore, shared_preferences and rxdart
  • Rename package name in every import
  • Configure google_sign_in plugin as in readme
  • Create Firebase project and enable Google Authentication method + create Firestore database in test mode
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].