Clock Game is a children's game created with Flutter.
- English
- Turkish
To clone and run this application, you'll need git and flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/recepbasturk/clock_game
# Go into the repository
$ cd clock_game
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
The packages used in this Project
Package | Description |
---|---|
bloc + flutter_bloc + equatable | Bloc State Management |
intl | Localization |
lottie | Lottie Animations |
shared_preferences | Data Persistance |