HossamElghamry/Mediminder
一个使用 Flutter、Provider 和 BLoC 模式构建的移动药物提醒应用。
- Stars
- 256
- Forks
- 90
- 最近推送(UTC)
- 2021年1月12日
- 项目状态
- 未归档
语言DartObjective-CJava
使用的依赖
依赖清单 9 项
- flutter
{"sdk":"flutter"} - cupertino_icons
^0.1.2 - rxdart
^0.22.0 - provider
^3.0.0+1 - shared_preferences
0.5.2 - flutter_local_notifications
— - flare_flutter
{"git":{"url":"git://github.com/2d-inc/Flare-Flutter.git","ref":"dev","path":"flare_flutter"}} - flutter_test开发依赖
{"sdk":"flutter"} - flutter_launcher_icons开发依赖
^0.7.2
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
Mediminder
An Offline Medicine Reminder
Built with Flutter, Provider and BLoC pattern
Key Features
- Homepage medicine list
- Homepage containing all the registered Mediminders
- Shared preference data storage
- Storing medicine objects in shared preference
- Medicine list retrieval upon application launch
- JSON encoding and decoding
- Adding new Mediminder, details include:
- Medicine name
- Dosage in milligrams
- Medicine icon selection (Optional)
- Reminder interval selection
- Starting time using Time Picker
- Notification reminding
- Usage of Local Notifications to display Mediminders
- Randomly-generated IDs for each notification
- Daily reminders with set intervals, based on user preference
- Registeration error checking
- Name duplication check
- Empty/not specified fields check
- Medicine type is optional
- Individual medicine detail page
- In-depth details about each Mediminder upon tapping
- Delete a Mediminder:
- Erase the specified medicine object from shared preference and list
- Erase corresponding scheduled notifications
Screenshots
https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/7.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/2.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/3.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/4.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/5.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/6.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/1.jpg https://raw.githubusercontent.com/HossamElghamry/Mediminder/HEAD/screenshots/8.jpg