This is my submission for the #FlutterCreate contest. My goal was to create a simple game to improve your typing speed.
I heard about #fluttercreate contest on April 4th and it took me only a day to build this app for a contest. I was really impressed how easy and fast you can build apps with Flutter.
-
Clone it!
-
Connect your mobile device or use emulator.
-
run
flutter run --release
-
Focus text input and start typing.
-
Incorrect words marks input red.
-
Correct words gives you points of how many letters word has.
Good luck! Try to beat your high score!
Code is formatted using dartfmt
❯ find . -name "*.dart" | xargs cat | wc -c
5089
The MIT License (MIT). Please see License File for more information.