This Flutter project contain simple application that display text in the middle of the screen.
This app include following features:
- After tapping anywhere on the screen a background color changes to a random color
- Use custom type of text to to make it show borders
- Color stay the same even after restarting app
- Complete Unit and Windget test coverage
- Some simple integration testing for no reason that record performance to json
- CI/CD with Github Actions
To run an application type flutter run
in console inside project directory.
See the getting started guide to install
the flutter
tool.
Also to run integration test type flutter drive --target=test_driver/app.dart
,
and performance results will be available in /build
folder in json format.
You can find latests available build at releases section.