Aether is AI-enhanced to-do list app built using Flutter and Isar database. It helps you manage tasks, track your productivity with a visual heatmap, and get personalized motivational feedback via Gemini AI.
-
✅ Add tasks with natural-language deadlines (e.g. "Finish report by Friday")
-
📆 Visualize completed tasks with a calendar heatmap
-
⏰ Set task deadlines manually or via smart text parsing
-
🤖 Gemini AI integration to:
- Analyze your daily performance
- Generate motivational messages
-
and more will be added,
| Task Entry Page | Heatmap Tracker | AI Feedback |
|---|

/user-attachments/assets/644bbb97-1ea8-444c-b329-2a0698fce357)

- Flutter (UI Framework)
- Isar(local NoSQL database)
- Gemini API (Google AI for text analysis & generation)
- chrono_dart (natural-language date parsing)
- flutter_heatmap_calendar (visual tracker)
- intl & timezone (date formatting & conversion)
- flutter_local_notifications (smart reminders)
-
Add a task
Type something like:Finish portfolio by next Monday -
AI parses deadline
If a date is found (e.g. next Monday), the deadline is set automatically. -
Track tasks visually
Tasks you mark as done color up the calendar in the heatmap. -
AI sends feedback
Gemini analyzes your performance and sends motivation + reminders.
---t
| AI Feature | Description |
|---|---|
| Task Summary | Tracks total, completed, overdue, and upcoming |
| Motivational Tips | Daily/Weekly encouragement based on performance |
| Smart Reminders | Custom alerts based on task deadlines |
- Clone this repo
git clone https://github.com/yourusername/aether_todo.git cd aether_todo
