This is a basic todos app with functionalities such as adding, removing and updating tasks. The users can also schedule reminders for thier tasks. The backend is written in SQL using the sqlite flutter package.
- Tasks can be added using the Floating action button. A toast indicates the addition of a task successfully.
- Reminders can be set for the tasks, with options to repeat and remind about the tasks daily and in 5, 10 minutes respectively.
- They can be edited by tapping on them in the list.
- In order to remove the tasks, long press the task in the list until a toast appears.
https://github.com/Anasbinfaisal/myTodos_flutter/blob/master/MyTodos.apk
Here are a few images that demonstrate the application funcitonalities and UI:





