口袋妖怪 DX
一个用 Flutter 构建的简洁的 Pokedex 体验。
现场查看: 网站
设置项目
# download the deps
flutter pub get
# rename the file lib/firebase_options_template.dart
mv lib/firebase_options_template.dart lib/firebase_options.dart
# fill the environment information of each platform in `lib/firebase_options.dart` with your own firebase project options
测试
# run the tests
flutter test
# run the tests with coverage
flutter test --coverage
# generate html reports for coverage
genhtml ./coverage/lcov.info -o coverage/html