Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 892 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 892 Bytes

Random Color Generator

It is a single page app that displays random colors when you tap on the screen.

Getting Started 🚀

To run the app use the following command:

$ flutter run

*Random Color Generator works on iOS, Android, Web, and MacOS.


Running Tests 🧪

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

Documentation

Documentation


Screenshots


Feedback

If you have any feedback, please reach out to me at [email protected]