Podomoro is a Flutter Pomodoro timer with music playback, notification sounds, session statistics, and English or Indonesian UI.
- Focus and break timer
- Music queue synced with the timer
- Session statistics
- Notification sound preview and playback
- English and Indonesian language support
Requirements:
- Flutter stable
- Android SDK for Android builds
Commands:
flutter pub get
flutter runThis project includes a GitHub Actions workflow that:
- runs only when the
version:value inpubspec.yamlchanges - runs only for pushes to
main - builds signed split
apk --releasefiles - publishes the APKs to GitHub Releases
Release tag format:
v<version-from-pubspec>
Required GitHub Secrets:
ANDROID_KEYSTORE_BASE64ANDROID_KEYSTORE_PASSWORDANDROID_KEY_ALIASANDROID_KEY_PASSWORD
Output files:
podomoro-<version>-android-arm64-v8a-release.apkpodomoro-<version>-android-armeabi-v7a-release.apk