A beautiful habit tracking app built with Flutter
- Create and track daily habits
- Streak counter to maintain motivation
- Circular progress indicator
- Mark habits as complete with a tap
- Swipe to delete habits
- Local storage - your habits stay private
- Beautiful Material Design 3 UI
- Flutter 3.10+
- Dart
- Material Design 3
cd habit_tracker
flutter pub get
flutter runflutter build apk --releaseHabit Tracker stores all data locally on your device. No data is collected or transmitted.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with Flutter