{"id":26714283,"url":"https://github.com/albinpk/tasque","last_synced_at":"2026-05-06T19:02:01.369Z","repository":{"id":284580342,"uuid":"952108110","full_name":"albinpk/tasque","owner":"albinpk","description":"A task management application","archived":false,"fork":false,"pushed_at":"2025-03-26T15:28:26.000Z","size":962,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-26T16:35:19.650Z","etag":null,"topics":["android","firebase","firebase-auth","firestore","flutter","ios","object-box","offline-first","sync"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albinpk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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-20T18:40:29.000Z","updated_at":"2025-03-26T15:44:54.000Z","dependencies_parsed_at":"2025-03-26T16:47:08.007Z","dependency_job_id":null,"html_url":"https://github.com/albinpk/tasque","commit_stats":null,"previous_names":["albinpk/tasque"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinpk%2Ftasque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinpk%2Ftasque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinpk%2Ftasque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albinpk%2Ftasque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albinpk","download_url":"https://codeload.github.com/albinpk/tasque/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850358,"owners_count":20682647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","firebase","firebase-auth","firestore","flutter","ios","object-box","offline-first","sync"],"created_at":"2025-03-27T13:19:00.333Z","updated_at":"2026-05-06T19:02:01.258Z","avatar_url":"https://github.com/albinpk.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"apps/tasque/assets/logo/logo-1024.png\" height=\"200px\" alt=\"BookMyShow Tracker logo\" /\u003e\n    \u003cbr\u003e\n    Tasque\n\u003c/h1\u003e\n\n## Project Overview\n\nTasque is a **Flutter-based task management application** designed for efficient task tracking, synchronization, and collaboration. It offers **real-time updates** with Firebase and follows a clean and modern design.\n\n## Core Features\n\n- **Task Management:** Create, update, delete, and view tasks.\n- **Task Prioritization:** Assign priority levels (Low, Medium, High) to tasks.\n- **Task Synchronization:** Sync tasks with Firebase Firestore.\n- **User Authentication:** Google Sign-In and Firebase Authentication.\n- **Search \u0026 Filtering:** Search tasks and filter by status, priority, or due date.\n- **Connectivity Monitoring:** Detects online/offline status for a seamless experience.\n- **Theming \u0026 UI:** Modern UI inspired by a [dribbble](https://dribbble.com/shots/23472405-Streamline-Mobile-App-Design) design.\n\n---\n\n## Project Architecture\n\nTasque follows a **feature-based architecture** with a clean separation of concerns and uses a **monorepo structure** managed by Melos:\n\n- **app/tasque**: Main Flutter application.\n  - **core/**: Common utilities like themes, database setup, and routing.\n  - **features/**: Specific modules such as authentication and task management.\n  - **shared/**: Shared widgets, extensions, and utilities.\n\n---\n\n## Database \u0026 Data Synchronization\n\n- **ObjectBox:** Local database for efficient data storage.\n- **Firebase Firestore:** Stores and synchronizes tasks in real time.\n- **Repository Pattern:** Abstracts data sources for better scalability and testability.\n\n### Repository Structure\n\n- `task_repository.dart` - Provides an abstraction layer for accessing tasks.\n- `task_sync_repository.dart` - Provides an abstraction layer for task synchronization.\n\n---\n\n## State Management\n\nTasque uses **Bloc (Cubit)** for state management, ensuring a reactive and scalable architecture.\n\n---\n\n## UI Design\n\n- **Dashboard Screen:** Displays task summary, recent tasks, and create task form.\n- **Task List Screen:** Shows a full list of tasks with search and filters.\n- **Task Details Screen:** Provides details of a selected task with options to update or delete.\n- **Authentication Screen:** Google Sign-In based authentication.\n\n---\n\n## Navigation \u0026 Routing\n\n- **GoRouter:** Manages type-safe navigation between screens.\n- **Predefined Routes:** Centralized control in `routes.dart`.\n- **Deep Linking Capability:** Enables navigation through URL schemes.\n\n---\n\n## Packages \u0026 Tools Used\n\n| Package                 | Purpose                          |\n| ----------------------- | -------------------------------- |\n| flutter_bloc            | State management (Cubit)         |\n| go_router               | Navigation and routing           |\n| cloud_firestore         | Firebase Firestore integration   |\n| firebase_auth           | User authentication              |\n| google_sign_in          | Google authentication support    |\n| objectbox               | Local database                   |\n| freezed                 | Data models and serialization    |\n| lottie                  | Animations for better UX         |\n| form_builder_validators | Form validation utilities        |\n| intl                    | Date formatting and localization |\n| connectivity_plus       | Network connectivity monitoring  |\n\n---\n\n## Setup \u0026 Installation\n\n### Prerequisites\n\n- Flutter SDK (check the version in `.fvmrc` file)\n\n### Steps to Run Locally\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/albinpk/tasque.git\n   cd tasque # project root\n   ```\n2. **Navigate to the Flutter app directory:**\n   ```sh\n   cd apps/tasque # Flutter app directory\n   ```\n3. **Install dependencies:**\n   ```sh\n   flutter pub get\n   ```\n4. **Generate necessary files:**\n   ```sh\n   dart run build_runner build --delete-conflicting-outputs\n   ```\n5. **Run the app:**\n   ```sh\n   flutter run\n   ```\n\n---\n\n## Future Enhancements (todo)\n\n- **Import/Export Feature:** Enable data backup and restore.\n\n---\n\n**Tasque - Making Task Management Simpler!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinpk%2Ftasque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbinpk%2Ftasque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbinpk%2Ftasque/lists"}