The application right now lacks tests, we can add a couple of basic ones -
- Lint tests (would make sure that no one is using a deprecated API or an older version of
Flutter)
- Making sure the apk builds (would make sure that a PR is not destroying the app completely)
These tests will run on push and on a PR which might make the reviewing process a bit easier. I can take this up if we plan on adding this!