Skip to content

Releases: devinsays/flutter_todo

Version 0.4.0

01 Nov 21:47
Compare
Choose a tag to compare
  • Bugfix: Fixes issue that caused log in to not work if user had just navigated from registration screen. Using Navigator.pop rather than Navigator. pushReplacementNamed resolved the bug.
  • Bugfix: Newly created to do items can now be toggled. The ids previously hadn't been attached to model when new todos were created.

Version 0.3.0

22 Oct 21:00
Compare
Choose a tag to compare

This release handles token expiration more gracefully. An exception is now thrown if the API service receives a 401 (unauthorized) or other unexpected status. If a 401 is received, the user is logged out and the todo widget is disposed.

Version 0.2.0

04 Oct 18:47
6206598
Compare
Choose a tag to compare

Introduces a TodoProvider for managing "to do" state.