{"id":15177513,"url":"https://github.com/afzalimdad9/flutter-boilerplate","last_synced_at":"2026-03-07T12:36:12.009Z","repository":{"id":254809280,"uuid":"847601504","full_name":"afzalimdad9/flutter-boilerplate","owner":"afzalimdad9","description":"A Flutter starter-kit for production-level apps.","archived":false,"fork":false,"pushed_at":"2024-08-26T07:33:07.000Z","size":32043,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:22:39.229Z","etag":null,"topics":["dart","flutter","flutter-apps","flutter-bloc","flutter-examples","flutter-starter"],"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/afzalimdad9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-08-26T07:20:15.000Z","updated_at":"2024-08-26T07:33:05.000Z","dependencies_parsed_at":"2024-08-26T09:51:04.385Z","dependency_job_id":null,"html_url":"https://github.com/afzalimdad9/flutter-boilerplate","commit_stats":null,"previous_names":["afzalimdad9/flutter-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afzalimdad9/flutter-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fflutter-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fflutter-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fflutter-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fflutter-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afzalimdad9","download_url":"https://codeload.github.com/afzalimdad9/flutter-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afzalimdad9%2Fflutter-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30213224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"last_error":"SSL_read: 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":["dart","flutter","flutter-apps","flutter-bloc","flutter-examples","flutter-starter"],"created_at":"2024-09-27T14:40:16.772Z","updated_at":"2026-03-07T12:36:11.799Z","avatar_url":"https://github.com/afzalimdad9.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Starter\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n## Introduction\n\nWe wanted to take Flutter a step further and accelerate the process of building production-level apps. Presenting our solution- [Flutter Starter](https://flutter-starter.github.io/)!\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/flutter_starter_kit.gif\"  height=\"500\"/\u003e\n\u003c/p\u003e\n\nFlutter Starter, as the name suggests, is a starter kit for Flutter that helps you bootstrap projects with all the essential modules like **State Management, API calls, Style Guide,** etc. It helps you build production ready apps in a jiffy. Handle everything at one place so you don't have to rewrite code.\n\n## Motivation\n\nFlutter gives us a simple counter app on installation which works if you are just starting out. However, while building a production-level app, we need state-management, API calls, Styleguide and common widgets. We frequently repeat this code in every project.\n\nFlutter Starter is based on the **DRY principle. Don't Repeat Yourself** is a programming principle that is aimed at reducing repetition and redundancy. \n\n\u003e:bulb: The **DRY principle** states that \"Every piece of knowledge must have a single, unambiguous, authoritative representation within a system\".\n\nWhy is this useful? Applying the DRY principle helps code maintainability, improves development efficiency and much more!\n\n## Features\n\n* **Folder Structure:** Flutter Starter comes with a well-defined folder structure. Devs can easily navigate it and add files where necessary.\n\n* **Style Guide:** This kit helps you to build a Style Guide for your app. You can add your image and font assets, splash screen, color constants and theme data. These are available for use wherever required in your project.\n\n* **API Calls:** The starter kit includes all the files you need for API handling. You can choose from [REST](https://restfulapi.net/), [GraphQL](https://graphql.org/) and [Firebase](https://firebase.google.com/) depending on your project.\n\n* **State Management:** Flutter Starter contains all the state management files, models and repositories for your app. We will use [Bloc](https://pub.dev/packages/bloc) for state management. \n\n* **Routers \u0026 Dependencies:** This kit allows you to quickly add routers for your app screens. Dependencies can also be added to your app by simply copy-pasting the install version from [pub.dev](https://pub.dev/) into the designated file.\n\n* **Testing \u0026 Deployment:** Lastly, you can test and deploy your app smoothly using Flutter Starter! Go to the test folder, add your test files and start writing test cases. Check out the [Android](https://flutter.dev/docs/deployment/android) or [iOS](https://flutter.dev/docs/deployment/ios) pages to deploy your app.\n\n## Installing \u0026 Usage\n\nGo to [Flutter](https://flutter.dev/docs/get-started/install) and install Flutter on your system. Proceed to our [Github repository](https://github.com/GeekyAnts/flutter-starter) and create a template.\n\nTo run the project, run:\n```\nbash run_script.sh\n```\n\n\u003e:bulb: You can build apps with Flutter using any text editor combined with our command-line tools. We use VS Code since it is lightweight.\n\n## Examples\n\nHere are some of the example apps made using Flutter Starter:\n\n- [HackerNews App](https://flutter-starter.github.io/docs/hacker-news-example)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/hacker_news.gif\"  height=\"500\"/\u003e\n\u003c/p\u003e\n\n\n- [GithubRepo List App](https://flutter-starter.github.io/docs/github-repo-list-example)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/github_repo_list.gif\"  height=\"500\"/\u003e\n\u003c/p\u003e\n\n- [Weather App](https://flutter-starter.github.io/docs/weather-app-example)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/weather_app.gif\"  height=\"500\"/\u003e\n\u003c/p\u003e\n\n## Tech Stack\n\nFlutter, Firebase, GraphQL, REST and Bloc.\n\n## Naming Conventions\n\n* **Variables:** camelCase\n* **Classes:** PascalCase\n* **Files:** snake_case\n\n## Build Status\n[Check out our roadmap here.](https://trello.com/b/wxSMZP1H/flutter-starter)\n\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/raj2611\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/23263053?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSumant Raj\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/GeekyAnts/flutter-starter/commits?author=raj2611\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## How to Contribute\n\nThank you for your interest in contributing to Flutter Starter! We are lucky to have you 🙂 Head over to [Contribution Guidelines](https://github.com/GeekyAnts/flutter-starter/blob/master/CONTRIBUTING.md) and learn how you can be a part of a wonderful, growing community.\n\n## License\n\nLicensed under the MIT License, Copyright © 2020 GeekyAnts.\nSee [LICENSE](https://github.com/GeekyAnts/flutter-starter/blob/master/LICENSE) for more information.\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzalimdad9%2Fflutter-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafzalimdad9%2Fflutter-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzalimdad9%2Fflutter-boilerplate/lists"}