Material bookmark & database for Genshin Impact
In progress
To build this app successfully, you need to set up Firebase with your own project. First, create a Firebase project at Firebase Console.
- Install Firebase CLI (follow the official guide).
- Run
firebase login
to log in to Firebase. - Install FlutterFire CLI
$ dart pub global activate flutterfire_cli
- Run
flutterfire configure
to set up Firebase for this project. Follow the instructions on the console.
In this project, files generated by Freezed, Riverpod, etc. are included in the same directory. To improve the readability of the file list, configure File Nesting.
Add .freezed.dart
and .g.dart
to .dart
parent file suffix.