Releases: Khip01/todo-list-app
Releases · Khip01/todo-list-app
v2.0.0
📜 Changelog
Feature 🚀
- Added Scheduled Todo Notification! 📅
Important
Unable to receive notifications in the background/app closed completely
This problem has been explained in flutter_local_notification package, which says
Some Android OEMs have their own customised Android OS that can prevent applications from running in the background. Consequently, scheduled notifications may not work when the application is in the background on certain devices (e.g. by Xiaomi, Huawei). If you experience problems like this then this would be the reason why. As it's a restriction imposed by the OS, this is not something that can be resolved by the plugin.
v1.2.8
v1.2.0
📜 Changelog
Feature 🚀
- Added some animations [icon, todo item]
- Added Todo Preview (by tapping on the item)
Fix 🐛
- Snaped ListView when change between settingmode
- Bug bottom sheet textfield that is not reset when cancelling a todo update and then creating a new todo