An easy-to-use Habit Tracker application built with Flutter. This app helps users track and manage their habits effectively to improve productivity and achieve goals.
- Habit Management: Add, edit, and delete habits effortlessly.
- Progress Tracking: Visualize your habit progress over time.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Flutter SDK: Install Flutter
- A code editor (e.g., VS Code, Android Studio)
-
Clone the repository:
git clone https://github.com/yourusername/habit-tracker.git cd habit-tracker
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
The project is organized as follows:
The project is organized as follows:
lib/
├── components/ # Reusable components
├── data/ # Data sources and handling
├── models/ # Data models and structures
├── screens/ # UI screens
├── themes/ # App themes and styling
└── main.dart # Entry point of the app