A Habit-Tracker App made in Flutter with a GitHub Styled Heatmap
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Today I started working on a new Flutter project — a habit tracker / self-improvement app. The first thing I built was the light/dark mode toggle, which is working fine. Initially, I tried setting up Isar as the local database, but I ran into a lot of errors around mismatched build versions and Gradle issues. After spending some time debugging, I decided to switch over to Hive instead since it’s simpler and should integrate more smoothly. Unfortunately, I ended up messing up my Gradle setup and had to delete the project files, so no screenshots this time. I still have the theme code saved, so I’ll copy that over and start fresh.