Skip to content

Simple Flutter App that provide simple UI and tap interaction.

Notifications You must be signed in to change notification settings

legonian/coloring_flutter

Repository files navigation

coloring_app

This Flutter project contain simple application that display text in the middle of the screen.

Features

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

Usage

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.

Download

You can find latests available build at releases section.