Continuous Integration
We use GitHub Actions to run continuous integration workflows on our Flutter repositories.
We have a standard workflow which runs each time you push code or create a pull request. The workflow is designed to:
- Check code style and formatting (using dartfmt)
- Run static analysis
- Run automated tests
- Send a test coverage report to Coveralls
Our Flutter Templates are set up with this workflow out of the box.