Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
/ minttask Public archive

A simple todo manager for Android made using Flutter with Material Design 3

License

Notifications You must be signed in to change notification settings

boredcodebyk/minttask

Repository files navigation

Mint Task

GitHub release (latest by date)

Update

Recently, I thought to ditch the idea of a todo.txt file-based to-do list and work with SQLite again to work with Android Widgets and background tasks. But, sadly, I came across major setbacks. One of them is, old task made in v1.0.0 do not show up in the new version of the app when I was testing, even though the database structure remains the same, and so I'm starting to lose motivation again and stuff IRL and focus on my career. I'm happy with how the app turned out, but I can't keep up with the setbacks. I'll archive the repository for now. Thank you.


A simple todo manager for Android made using Flutter with Material Design 3.

Features

  • Add todo
  • Edit and manage todo
  • Separate description page
  • Custom theme and dynamic theme

Work in progress

  • Reminder/Alarm functionality The work is in progress for this app. If any issues arises or if you have any suggestions to put forward, please open an issue ticket with label either "bug" or "feature request" respectively.