It is a single page app that displays random colors when you tap on the screen.
To run the app use the following command:
$ flutter run
*Random Color Generator works on iOS, Android, Web, and MacOS.
To run all unit and widget tests use the following command:
$ flutter test --coverage
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
If you have any feedback, please reach out to me at [email protected]