Skip to content

Releases: Khip01/todo-list-app

v2.0.0

22 Aug 17:40
aa4e8f1
Compare
Choose a tag to compare

📜 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

14 Aug 17:53
40b0804
Compare
Choose a tag to compare

📜 Changelog

Feature 🚀

  • Supports saving Todo even if the application has been closed | use SQLite Database

Remove ♻️

  • TodoList Dummy

v1.2.0

13 Aug 15:46
43ed0e9
Compare
Choose a tag to compare

📜 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

v1.0.0

11 Aug 16:01
2e6b517
Compare
Choose a tag to compare

Feature 🚀

Basic State Management implementation with Bloc Provider ♻️

  • Create, Update, Delete state of Todo List using Bloc Provider