A minimalist habit tracking app built with Flutter.
- Add & log habits with a name and color
- Calendar view showing completed days with colored rings
- Per-habit history: timestamped log entries
- Responsive layout: app adapts to tablet landscape devices
- Clean material design with custom/automatic themes
| Home Screen | New Habit (Landscape, Large screen) | Habit Details (Dark theme) |
|---|---|---|
- Flutter - UI toolkit
- provider - State management
- hive - Persistence
- table_calendar - Calendar widget
- intl - Date/time formatting
This project is licensed under the Apache License 2.0.