A simple clock.
To compile Clockie from the source code, follow these steps:
- Install Flutter.
- Clone the Clockie repository.
- Run
cd app
to enter the app directory. - Run
flutter pub get
to download dependencies. - Run
flutter run
to start the app.
The issue may be caused by a mismatch between the required Flutter version and the installed Flutter version.
These commands are intended for maintainers only.
Traditional APK
flutter build apk