A todo-list application, made using flutter
- Fixed minor bugs:
- Blank task was crashing app.
- Added dark mode switch.
- Added dark mode feature, will use the default device theme.
- Fixed Bugs:
- Task count did not update
- Added app drawer by clicking on main icon.
- Starting instructions will not show after initial start and deleting.
- Instructions can be accessed in the left pane.
- Implemented swipe to delete functionality.
- Holding and double tap both open task info screen.
- Added option to remove reminder in edit task.
- Fixed bugs:
- Task wasn't added without reminder.
- Task wasn't saved if there were no changes.
- Added option to edit task from the view task screen.
- Added option to check task from the view task screen.
- Optimised Performance
- Added option to view task - Double tap on the task to view details about the task.
- Fixed bug: Reminder added only when task is added.
- Minor bug fixes
- Added the possibility for multiple reminders scheduling.
- Added reminder feature. Now you can ask for a notification for a specific to do item.
- Added a local storage functionality. Keeps store of the data, and initialises the to do list from the stored data.
- Initial creation. Shows the to do list, can edit the list, add and delete items.
