Material bookmark & database for Genshin Impact
In progress
- FVM (version management)
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 loginto log in to Firebase. - Install FlutterFire CLI
$ dart pub global activate flutterfire_cli
- Run
flutterfire configureto set up Firebase for this project. Follow the instructions on the console.
Use FVM to run the app.
$ fvm flutter runIn 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.

