Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boredcodebyk/minttask
A simple todo manager for Android made using Flutter with Material Design 3
https://github.com/boredcodebyk/minttask
flutter flutter-apps material-ui materialyou todo todoapp todolist
Last synced: 5 days ago
JSON representation
A simple todo manager for Android made using Flutter with Material Design 3
- Host: GitHub
- URL: https://github.com/boredcodebyk/minttask
- Owner: boredcodebyk
- License: gpl-3.0
- Archived: true
- Created: 2023-06-30T08:45:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T02:27:40.000Z (3 months ago)
- Last Synced: 2024-08-26T03:40:48.153Z (3 months ago)
- Topics: flutter, flutter-apps, material-ui, materialyou, todo, todoapp, todolist
- Language: Dart
- Homepage:
- Size: 949 KB
- Stars: 26
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mint Task
![GitHub release (latest by date)](https://img.shields.io/github/v/release/boredcodebyk/minttask?color=%23fffcf3&logoColor=%231c1c17&style=for-the-badge)
## 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.