An alarm application with tasks
snooze_fest is currently built for android
Check out the releases section to download the apk file
-
Clone the project
-
Using SSH :
git clone git@github.com:fosscit/snooze_fest.git
-
Using HTTPS :
git clone https://github.com/fosscit/snooze_fest.git
-
-
Run the project
-
At the root directory , execute the following commands:
-
Getting dependencies
flutter pub get
-
Running the project
flutter run
-
Building the apk dile
flutter build apk
-
-
We are open for contributions , do send us a pull request with your changes