{"id":24750648,"url":"https://github.com/girish54321/flutter-starter","last_synced_at":"2025-06-28T20:08:14.363Z","repository":{"id":105099959,"uuid":"455890083","full_name":"girish54321/Flutter-Starter","owner":"girish54321","description":"Flutter-Start is an open-source Flutter boilerplate hosted on GitHub that provides a solid starting point for building cross-platform mobile apps. The boilerplate includes a preconfigured project structure, authentication flow, state management using Provider, localization support, and a set of commonly used UI components.","archived":false,"fork":false,"pushed_at":"2025-01-12T09:43:04.000Z","size":1146,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T02:41:27.757Z","etag":null,"topics":["android","androidstudio","authentication","bestpractices","boilerplate","flutter","flutter-apps","getx","http","httpclient","mobileapp","opensource","state-management","xcode"],"latest_commit_sha":null,"homepage":"","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/girish54321.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":"2022-02-05T14:20:49.000Z","updated_at":"2025-01-12T09:43:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"33e14460-42eb-4774-a0da-2bdee25fdc49","html_url":"https://github.com/girish54321/Flutter-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/girish54321/Flutter-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish54321%2FFlutter-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish54321%2FFlutter-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish54321%2FFlutter-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish54321%2FFlutter-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/girish54321","download_url":"https://codeload.github.com/girish54321/Flutter-Starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/girish54321%2FFlutter-Starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262490399,"owners_count":23319283,"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","androidstudio","authentication","bestpractices","boilerplate","flutter","flutter-apps","getx","http","httpclient","mobileapp","opensource","state-management","xcode"],"created_at":"2025-01-28T09:08:35.963Z","updated_at":"2025-06-28T20:08:14.345Z","avatar_url":"https://github.com/girish54321.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/girishparaa"],"categories":[],"sub_categories":[],"readme":"# ⚠️ Warning: This Repository is Deprecated ⚠️ new [project](https://github.com/girish54321/Flutter-StarterApp) is here.\n\n## Why? 🤔\n\nDue to significant changes in Flutter, maintaining this project has become challenging.\nWhat's Next? 🚀\n\nI've created a new and improved project using the latest version of Flutter. 🎉 You can check it out [here](https://github.com/girish54321/Flutter-StarterApp).\n\nThank you for understanding! 🙌\n# Flutter Starter with Flavors ❤️\n\n## Welcome\n\nWelcome to our Flutter starter repo! This repo includes a variety of core features to help you get started building a top-quality mobile app.\n\n## Flavor builds\n\nNeed to create different versions of your app for different markets or audiences? No problem! This starter repo includes support for flavor builds, so you can easily create unique versions of your app with their own branding, assets, and configurations.\n\n## GetX\n\nGetX is a powerful and lightweight state management library for Flutter apps. We've included it in this starter repo to help you manage the state of your app in a consistent and efficient manner.\n\nGet started building your dream app today with this Flutter starter repo!\n\n\u003cimg width=\"1604\"  src=\"appimages/banner1.png?raw=true\"\u003e\n\n##\n\n\u003cimg width=\"1604\"  src=\"appimages/banner2.png?raw=true\"\u003e\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/girish54321/Flutter-Starter.git\n```\n\n```bash\n  flutter build apk --release -t lib/main-reqres_dev.dart --flavor reqres_dev\n```\n\n## Flutter Doctor\n\n```bash\n[✓] Flutter (Channel stable, 3.7.0, on macOS 13.2 22D49 darwin-x64, locale\n    en-IN)\n[!] Android toolchain - develop for Android devices (Android SDK version 33.0.1)\n    ✗ cmdline-tools component is missing\n      Run `path/to/sdkmanager --install \"cmdline-tools;latest\"`\n      See https://developer.android.com/studio/command-line for more details.\n    ✗ Android license status unknown.\n      Run `flutter doctor --android-licenses` to accept the SDK licenses.\n      See https://flutter.dev/docs/get-started/install/macos#android-setup for\n      more details.\n[✓] Xcode - develop for iOS and macOS (Xcode 14.2)\n[✓] Chrome - develop for the web\n[!] Android Studio (version 2022.1)\n    ✗ Unable to find bundled Java version.\n[✓] VS Code (version 1.77.3)\n[✓] Connected device (3 available)\n[✓] HTTP Host Availability\n\n! Doctor found issues in 2 categories.\n```\n\n## Create APK\n\n```bash\n  flutter build apk --release -t lib/main-reqres.dart --flavor reqres\n```\n\n## Change App Icon\n\n```bash\n  flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-reqres.yaml\n```\n\nReact, React native, Redux\n\nIf you find my work useful, please consider supporting me by buying me a coffee!\n\nYour support helps me continue to develop and maintain this project.\n\nThank you!\n\n\u003ca href=\"https://www.buymeacoffee.com/girishparaa\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirish54321%2Fflutter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgirish54321%2Fflutter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirish54321%2Fflutter-starter/lists"}