Timer that helps you take care of your eyes, made to help follow 20-20-20 rule(while using a computer, every 20 minutes, take a 20 second break to look at something that is at least 20 ft away from you).
First, make sure you have FLutter SDK installed and configured, then run flutter pub get to get the dependencies.
Then, follow steps for your desired platform.
-
Linux:
Run
flutter build linux --releaseExecutable can be found in
build/x64/linux/release/bundle/timer_20_20_20 -
Android
Run
flutter build apk --split-per-abi --releaseApks can be found in
build/app/outputs/flutter-apk(make sure you choose the right one for your device's architecture) -
Web
Run
flutter build web --releaseorflutter build web --wasm --releaseif you want WebAssembly buildFiles can be found in
build/web -
Windows/MacOS/Ios
I wasn't able to build those on my machine so you'll have to follow flutter tutorials:
Based on this example
Sound Effect by Universfield from Pixabay
Icon uses:
- Images by Clker-Free-Vector-Images from Pixabay