{"id":26635924,"url":"https://github.com/gitarber/habits_tracker","last_synced_at":"2026-04-19T03:33:36.088Z","repository":{"id":284081324,"uuid":"953754835","full_name":"gitarber/habits_tracker","owner":"gitarber","description":"A modern Flutter application for building and tracking daily habits","archived":false,"fork":false,"pushed_at":"2025-03-24T03:07:43.000Z","size":613,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T04:20:03.401Z","etag":null,"topics":["dart","flutter","habit-tracker","habits","material-design","mobile-app","notifications","productivity","sqlite","time-management"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitarber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-24T02:51:37.000Z","updated_at":"2025-03-24T03:10:29.000Z","dependencies_parsed_at":"2025-03-24T04:20:09.894Z","dependency_job_id":"0ca4d15b-49c0-43ba-9475-5149484a5bee","html_url":"https://github.com/gitarber/habits_tracker","commit_stats":null,"previous_names":["gitarber/habits_tracker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gitarber/habits_tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitarber%2Fhabits_tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitarber%2Fhabits_tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitarber%2Fhabits_tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitarber%2Fhabits_tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitarber","download_url":"https://codeload.github.com/gitarber/habits_tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitarber%2Fhabits_tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31993843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","habit-tracker","habits","material-design","mobile-app","notifications","productivity","sqlite","time-management"],"created_at":"2025-03-24T16:13:36.358Z","updated_at":"2026-04-19T03:33:36.055Z","avatar_url":"https://github.com/gitarber.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Habits Tracker\n\nA modern Flutter application designed to help users build and maintain positive daily habits.\n\n## ✨ Features\n\n- 📝 **Habit Management**\n  - Create, edit, and delete habits\n  - Customize with icons and colors\n  - Add descriptions and notes\n\n- ⏰ **Reminders**\n  - Set daily reminders\n  - Customizable notification times\n  - Smart notification handling\n\n- 📊 **Progress Tracking**\n  - Daily completion tracking\n  - Streak counting\n  - Progress statistics\n\n- 🎨 **Modern UI/UX**\n  - Material Design 3\n  - Dark/Light theme support\n  - Smooth animations\n  - Intuitive gestures\n\n- 💾 **Data Management**\n  - Local SQLite database\n  - Data persistence\n  - Efficient state management\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Flutter SDK (3.0.0 or higher)\n- Dart SDK (3.0.0 or higher)\n- Android Studio / VS Code\n- Git\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/gitarber/habits_tracker.git\n\n# Navigate to project directory\ncd habits_tracker\n\n# Install dependencies\nflutter pub get\n\n# Run the app\nflutter run\n```\n\n## 📱 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;\"\u003e\n    \u003cimg src=\"assets/screenshots/home_screen.png\" width=\"250\" alt=\"Home Screen\"/\u003e\n    \u003cimg src=\"assets/screenshots/add_habit.png\" width=\"250\" alt=\"Add Habit\"/\u003e\n    \u003cimg src=\"assets/screenshots/habit_details.png\" width=\"250\" alt=\"Habit Details\"/\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n### Features Showcase\n\n| Feature | Description |\n|---------|-------------|\n| 🏠 **Home Screen** | Clean interface showing all your habits |\n| ➕ **Add Habit** | Intuitive form for creating new habits |\n| 📝 **Habit Details** | Detailed view of each habit |\n\n## 🏗️ Architecture\n\n```\nlib/\n├── models/         # Data models\n├── providers/      # State management\n├── screens/        # App screens\n├── services/       # Business logic\n├── widgets/        # UI components\n└── main.dart       # Entry point\n```\n\n## 🛠️ Built With\n\n- **Flutter** - UI framework\n- **Provider** - State management\n- **SQLite** - Local database\n- **Local Notifications** - Reminders\n- **Material Design 3** - UI components\n\n## 📦 Dependencies\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  provider: ^6.1.1\n  sqflite: ^2.3.0\n  path: ^1.8.3\n  flutter_local_notifications: ^16.3.0\n  fl_chart: ^0.66.0\n  shared_preferences: ^2.2.2\n  intl: ^0.19.0\n  google_fonts: ^6.1.0\n  uuid: ^4.2.2\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\nArber Shquti\n- GitHub: [@gitarber](https://github.com/gitarber)\n- Portfolio: [gitarber.github.io](https://gitarber.github.io)\n\n## ⭐ Show your support\n\nGive a ⭐️ if this project helped you!\n\n![CI/CD](https://github.com/gitarber/habits_tracker/workflows/Flutter%20CI%CD/badge.svg)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/gitarber/habits_tracker)\n![GitHub](https://img.shields.io/github/license/gitarber/habits_tracker)\n![GitHub issues](https://img.shields.io/github/issues/gitarber/habits_tracker)\n[![codecov](https://codecov.io/gh/gitarber/habits_tracker/branch/main/graph/badge.svg)](https://codecov.io/gh/gitarber/habits_tracker) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitarber%2Fhabits_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitarber%2Fhabits_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitarber%2Fhabits_tracker/lists"}