Trivia game where you have six tries to identify a random world flag. Based on Worldle.
To run the desired project either use the launch configuration in VSCode/Android Studio or use the following command with an emulator running or device connected:
$ flutter run
To run all unit and widget tests use the following command:
$ flutter test --coverage --test-randomize-ordering-seed random
To view the generated coverage report you can use lcov.
# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/
# Open Coverage Report
$ open coverage/index.html
This is the MVP version of this app. Features are limited to seeing a random country's flag on the screen, and guessing what country it is. The following are improvements for future versions:
v2:
v3: