Feel free to contribute to this project. If you want to contribute, please follow the steps below:
- Fork the project
- Commit your changes
- Create a pull request
Please make sure that your code is well tested.
Install lcov:
brew install lcovRun and open the report using the following command:
flutter test --coverage --test-randomize-ordering-seed random && genhtml coverage/lcov.info -o coverage/ && open coverage/index.htmlEverything should be green! 🎉