A simple reaction game built on top of the default Flutter Counter App.
You can follow these instructions to build the app and install it onto your device.
If you are new to Flutter, please first follow the Flutter Setup guide.
git clone https://github.com/mkobuolys/counter-app-reaction-game.git
cd counter-app-reaction-game
flutter run
The flutter run command both builds and installs the Flutter app to your device or emulator.
