A clean Pokedex experience with Flutter
Poke DX
A clean Pokedex experience with Flutter.
Check it live: site
Setup the project
# 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
Tests
# 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