{"id":23900732,"url":"https://github.com/cod-e-codes/freelance-time-tracker","last_synced_at":"2026-05-14T22:04:28.127Z","repository":{"id":265139324,"uuid":"895249150","full_name":"Cod-e-Codes/freelance-time-tracker","owner":"Cod-e-Codes","description":"A Flutter-based time tracking and project management app for freelancers. Manage projects, time logs, invoices, goals, timelines, and documents with ease.","archived":false,"fork":false,"pushed_at":"2024-11-27T21:07:36.000Z","size":903,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T20:42:36.091Z","etag":null,"topics":["documents","flutter","flutter-app","freelance","goals","invoices","project-management","time-tracker","timelines"],"latest_commit_sha":null,"homepage":"https://github.com/Cod-e-Codes/freelance-time-tracker","language":"Dart","has_issues":true,"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/Cod-e-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-11-27T20:59:39.000Z","updated_at":"2024-12-12T18:47:02.000Z","dependencies_parsed_at":"2024-11-27T22:33:49.662Z","dependency_job_id":null,"html_url":"https://github.com/Cod-e-Codes/freelance-time-tracker","commit_stats":null,"previous_names":["cod-e-codes/freelance-time-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Ffreelance-time-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Ffreelance-time-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Ffreelance-time-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Ffreelance-time-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod-e-Codes","download_url":"https://codeload.github.com/Cod-e-Codes/freelance-time-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298398,"owners_count":19779280,"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":["documents","flutter","flutter-app","freelance","goals","invoices","project-management","time-tracker","timelines"],"created_at":"2025-01-04T20:37:10.967Z","updated_at":"2026-05-14T22:04:23.089Z","avatar_url":"https://github.com/Cod-e-Codes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Freelance Time Tracker\n\nA comprehensive time tracking and project management application for freelancers. This app is designed to manage projects, time logs, invoices, goals, and timelines efficiently.\n\nDeveloped by **CodēCodes**  \nPortfolio: [CodēCodes Portfolio](https://www.cod-e-codes.com/)  \nGitHub: [CodēCodes GitHub](https://github.com/Cod-e-Codes)\n\n## Features\n- **Project Management**: Add, edit, and delete projects with details like deadlines, hourly rates, and client information.\n- **Time Tracking**: Log work sessions with start and end times, calculate durations, and track total logged hours per project.\n- **Invoices**: Generate professional invoices with task details, calculate taxes, and save or share as PDFs.\n- **Goals**: Set and track project-specific goals, measure progress, and visualize completion rates.\n- **Timelines**: Manage project timelines with events and milestones.\n- **Documents**: Upload, view, and manage project-related documents.\n- **Tabs for Details**: Navigate between project tabs like details, goals, documents, timelines, and timesheets.\n\n## Installation\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Cod-e-Codes/freelance-time-tracker.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd freelance-time-tracker\n   ```\n3. Install dependencies:\n   ```bash\n   flutter pub get\n   ```\n4. Run the app:\n   ```bash\n   flutter run\n   ```\n\n## How to Use\n1. **Add Projects**: Use the \"Add Project\" button to create a new project. Provide details such as project name, hourly rate, deadline, and client email.\n2. **Track Time**: Log your work sessions and view total time logged for each project in the Timesheet tab.\n3. **Generate Invoices**: Add tasks, calculate totals, and generate professional invoices as PDFs in the Invoice tab.\n4. **Set Goals**: Define and track project-specific goals in the Goals tab.\n5. **Manage Timelines**: Add events to the project timeline and view them in the Timeline tab.\n6. **Upload Documents**: Manage project documents in the Documents tab.\n\n## Dependencies\nThis app uses the following packages:\n- **Hive**: Local database for storing project and time log data.\n- **Provider**: State management for projects and app settings.\n- **Flutter Backdrop**: A modern backdrop navigation component for easy tab navigation.\n- **PDF Widgets**: Generate professional invoices as PDFs.\n- **Path Provider**: Access application directories for file storage.\n- **File Picker**: Upload documents and manage files.\n\n## Screenshots\n\nBelow are some screenshots showcasing the app's features:\n\n### Home Screen\n\u003cimg src=\"./homescreen.png\" alt=\"Home Screen\" width=\"400\" /\u003e  \n\n### Project Details\n\u003cimg src=\"./details.png\" alt=\"Project Details\" width=\"400\" /\u003e  \n\n### Documents Tab\n\u003cimg src=\"./documents.png\" alt=\"Documents Tab\" width=\"400\" /\u003e  \n\n### Goals Tab\n\u003cimg src=\"./goals1.png\" alt=\"Goals Tab - View 1\" width=\"400\" /\u003e  \n\u003cimg src=\"./goals2.png\" alt=\"Goals Tab - View 2\" width=\"400\" /\u003e  \n\n### Invoice Generation\n\u003cimg src=\"./invoice1.png\" alt=\"Invoice Generation - View 1\" width=\"400\" /\u003e  \n\u003cimg src=\"./invoice2.png\" alt=\"Invoice Generation - View 2\" width=\"400\" /\u003e  \n\u003cimg src=\"./invoice3.png\" alt=\"Invoice Generation - View 3\" width=\"400\" /\u003e  \n\n### Timeline\n\u003cimg src=\"./timeline1.png\" alt=\"Timeline - View 1\" width=\"400\" /\u003e  \n\u003cimg src=\"timeline2.png\" alt=\"Timeline - View 2\" width=\"400\" /\u003e  \n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n---\n\nDeveloped with ❤️ by CodēCodes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Ffreelance-time-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod-e-codes%2Ffreelance-time-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Ffreelance-time-tracker/lists"}