{"id":13551060,"url":"https://github.com/GeekyAnts/flutter-starter","last_synced_at":"2025-04-03T01:31:24.807Z","repository":{"id":43061281,"uuid":"314230064","full_name":"GeekyAnts/flutter-starter","owner":"GeekyAnts","description":"A Flutter starter-kit for production-level apps.","archived":false,"fork":false,"pushed_at":"2023-06-24T11:15:18.000Z","size":42795,"stargazers_count":442,"open_issues_count":6,"forks_count":95,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-03T21:34:08.342Z","etag":null,"topics":["dart","flutter","flutter-bloc","flutter-starter"],"latest_commit_sha":null,"homepage":"https://flutter-starter.geekyants.com/","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/GeekyAnts.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}},"created_at":"2020-11-19T11:41:01.000Z","updated_at":"2024-10-23T20:38:22.000Z","dependencies_parsed_at":"2024-01-14T16:08:35.122Z","dependency_job_id":"5496529b-25ba-45a6-a2f3-ea34410101bd","html_url":"https://github.com/GeekyAnts/flutter-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fflutter-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fflutter-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fflutter-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fflutter-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekyAnts","download_url":"https://codeload.github.com/GeekyAnts/flutter-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922047,"owners_count":20855341,"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":["dart","flutter","flutter-bloc","flutter-starter"],"created_at":"2024-08-01T12:01:41.788Z","updated_at":"2025-04-03T01:31:19.787Z","avatar_url":"https://github.com/GeekyAnts.png","language":"Dart","funding_links":[],"categories":["Dart"],"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\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    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/madhav23bansal\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/52946553?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emadhav23bansal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/GeekyAnts/flutter-starter/commits?author=madhav23bansal\" 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeekyAnts%2Fflutter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGeekyAnts%2Fflutter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeekyAnts%2Fflutter-starter/lists"}