https://github.com/rhymond/flutter-create
App for #fluttercreate contest build in 5KB of dart code
https://github.com/rhymond/flutter-create
flutter flutter-challenge flutter-create
Last synced: 2 months ago
JSON representation
App for #fluttercreate contest build in 5KB of dart code
- Host: GitHub
- URL: https://github.com/rhymond/flutter-create
- Owner: Rhymond
- License: mit
- Created: 2019-04-07T21:29:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T22:15:33.000Z (about 6 years ago)
- Last Synced: 2025-03-19T08:55:23.180Z (3 months ago)
- Topics: flutter, flutter-challenge, flutter-create
- Language: Dart
- Homepage:
- Size: 2.07 MB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.[](https://github.com/Rhymond/flutter-create)