In case something does not work as expected, or you are not sure how to solve a problem, open an issue on GitHub. We are looking forward to your contributions: open an issue, clarify the documentation, clean up the code, or fix a bug! Thank you for your help!
Here are a couple of useful commands that you should know if you want to work on the library itself (as opposed to just using it as a dependency).
flutter format .
- Format codeflutter test
- Run all testsflutter analyze
- Run the analyzer on thelib
andtest
foldersbash coverage.sh
- Run tests, collect coverage and generate HTML report