Releases: Khip01/todo-list-app
Releases · Khip01/todo-list-app
v3.3.1
📜 Changelog
Feature 🚀
- Use the built-in calendar app to create local notifications as Scheduled Notifications!
*(so we don't have to worry about app permissions :)) - Added mechanism to Add, Update, and Delete Calendar Events (when Scheduling Todo)
- Added Alarm Scheduling (android only), using android intent to built-in alarm app
- Added a lot of improvised style (U/UX) and functionality of the app
Fix 🐛
- Update to latest gradle config, update outdated pub package, fix deprecated function
- Fixed Todo List State bug
Remove, Refactor ♻️
- Discontinue using the Flutter Local Notifications package as a tool for creating scheduled local notifications due to some app permission issues in android 14+ or else :p.
- Update some Structures/Schemes of the SQFlite database
Full Changelog: Flutter ToDo List App commit v2.0.0 - v.3.3.1
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