{"id":16392499,"url":"https://github.com/ankandrew/flutter-project-template","last_synced_at":"2026-05-16T09:32:33.534Z","repository":{"id":241197722,"uuid":"804596812","full_name":"ankandrew/flutter-project-template","owner":"ankandrew","description":"Modern Flutter Project Template with Best Practices","archived":false,"fork":false,"pushed_at":"2024-05-22T23:28:26.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T22:28:55.918Z","etag":null,"topics":["flutter","flutter-best-practices","flutter-example","flutter-project-template","flutter-template"],"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/ankandrew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-22T22:31:14.000Z","updated_at":"2024-05-23T01:48:11.000Z","dependencies_parsed_at":"2024-05-23T00:28:29.081Z","dependency_job_id":"3333a089-48ac-4c76-8f2e-13ffc9c45eea","html_url":"https://github.com/ankandrew/flutter-project-template","commit_stats":null,"previous_names":["ankandrew/flutter-project-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankandrew/flutter-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fflutter-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fflutter-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fflutter-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fflutter-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankandrew","download_url":"https://codeload.github.com/ankandrew/flutter-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankandrew%2Fflutter-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33096871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter","flutter-best-practices","flutter-example","flutter-project-template","flutter-template"],"created_at":"2024-10-11T04:50:13.263Z","updated_at":"2026-05-16T09:32:33.520Z","avatar_url":"https://github.com/ankandrew.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Flutter Project Template\n\n[![ci][ci_badge]][ci_badge_link]\n[![License: MIT][license_badge]][license_badge_link]\n[![style: very good analysis][badge]][badge_link]\n\nThis template is designed to kickstart your next Flutter project with a solid foundation and best practices.\n\n## 🧩 Features\n\n- **Best Practices**: Following Flutter's best practices for a scalable and maintainable codebase. 📏🛠️\n- **Makefile**: Simplifies common tasks like running tests or linting with easy-to-use commands. 📂✨\n- **Linter Rules**: Provided by `very_good_analysis`, ensuring code quality and consistency. 🔍✔️\n- **Organized Test Folder Structure**: Keeping your tests well-structured and easy to manage. 📁✅\n- **.editorconfig**: Maintains consistent coding styles between different editors and IDEs. 📝🔧\n- **GitHub Actions Workflow**: CI workflow to ensure code quality. 🤖✔️\n\n## 🛠️ Getting Started\n\n1. Clone the repository:\n    ```shell\n    git clone https://github.com/your-username/flutter-project-template.git\n    cd flutter-project-template\n    ```\n2. Install dependencies:\n    ```shell\n    flutter pub get\n    ```\n\n3. Run the app:\n    ```shell\n    flutter run\n    ```\n\n### Key Directories\n\n- `android/`: Contains the Android-specific code and configurations.\n- `ios/`: Contains the iOS-specific code and configurations.\n- `lib/`: The heart of your Flutter project. All your Dart code goes here.\n- `test/`: Contains the unit and widget tests for your application.\n\n## 📋 Makefile Commands\n\nThe included Makefile provides handy commands to streamline your workflow:\n\n* Clean the project:\n\n```shell\nmake clean\n```\n\n* Run tests:\n\n```shell\nmake test\n```\n\n* Format code:\n\n```shell\nmake format\n```\n\n* Run checks (format, lint, tests):\n\n```shell\nmake checks\n```\n\n_Note: run help target to see all the available commands!_\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or features.\n\n[ci_badge]: https://github.com/ankandrew/flutter-project-template/actions/workflows/test.yaml/badge.svg\n\n[ci_badge_link]: https://github.com/ankandrew/flutter-project-template/actions\n\n[badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg\n\n[badge_link]: https://pub.dev/packages/very_good_analysis\n\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n\n[license_badge_link]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankandrew%2Fflutter-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankandrew%2Fflutter-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankandrew%2Fflutter-project-template/lists"}