A simple, privacy-focused pill reminder app for Android.
- Schedule daily pill reminders
- Customizable alarm times
- Persistent notifications with sound and vibration
- Add descriptions to your medications
- Dark mode support
- Completely offline - all data is stored locally on your device
- 100% free and open source - no ads, no tracking
- Clone this repo
- Run
flutter pub get - Create a
key.propertiesfile inandroid/dirstorePassword=<your-store-password> keyPassword=<your-key-password> keyAlias=<your-key-alias> storeFile=<path-to-keystore> - Build the release APK with
flutter build apk --release
This is my first ever Flutter app - I usually do React Native. So I'm more than open to any contributions through issues/pull requests.
The app icon symbol was made by Atif Arshad.
This project is licensed under GPL-3