RianAsmara / flutter-create

App for #fluttercreate contest build in 5KB of dart code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typer - Improve your Typing Speed.

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.

How to run

  1. Clone it!

  2. Connect your mobile device or use emulator.

  3. run flutter run --release

How to play

  1. Focus text input and start typing.

  2. Incorrect words marks input red.

  3. Correct words gives you points of how many letters word has.

Good luck! Try to beat your high score!

Side notes

Code is formatted using dartfmt

❯ find . -name "*.dart" | xargs cat | wc -c
    5089

License

The MIT License (MIT). Please see License File for more information.

forthebadge

About

App for #fluttercreate contest build in 5KB of dart code

License:MIT License


Languages

Language:Dart 60.5%Language:Ruby 26.3%Language:Objective-C 9.0%Language:Java 4.3%