A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Android Studio or VSCode.
- Account creation in Firebase: https://firebase.google.com/
- To download the packages:
- Find and use packages to build Dart and Flutter apps: https://pub.dev/
- Create a Flutter project.
- Create a Google Cloud Platform account.
- Create a Firebase account.
- Create a Firebase project.
- Download
google-service.jsonfile. - Paste the file
google-service.jsoninto your app project folder.
Add the Google Services plugin to your build.gradle file (project-level):
Then, apply it in app/build.gradle and add necessary dependencies:
Overview of the mobile application:
Add the following packages in pubspec.yaml:
firebase_auth: ^1.1.1
firebase_core: ^1.0.4
firebase_database: ^6.1.2