{"id":28515217,"url":"https://github.com/montycoder0701/flutter-starter","last_synced_at":"2025-10-05T20:50:16.940Z","repository":{"id":295358838,"uuid":"989874333","full_name":"MontyCoder0701/flutter-starter","owner":"MontyCoder0701","description":"Boilerplate including most things you need in Flutter","archived":false,"fork":false,"pushed_at":"2025-09-14T01:54:28.000Z","size":248,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T03:28:41.263Z","etag":null,"topics":[],"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/MontyCoder0701.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-25T02:38:08.000Z","updated_at":"2025-09-14T01:52:14.000Z","dependencies_parsed_at":"2025-05-25T05:49:44.549Z","dependency_job_id":"e28e9771-8ac1-4cf6-8c4e-810b5dd46791","html_url":"https://github.com/MontyCoder0701/flutter-starter","commit_stats":null,"previous_names":["montycoder0701/flutter-starter"],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/MontyCoder0701/flutter-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontyCoder0701%2Fflutter-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontyCoder0701%2Fflutter-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontyCoder0701%2Fflutter-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontyCoder0701%2Fflutter-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MontyCoder0701","download_url":"https://codeload.github.com/MontyCoder0701/flutter-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontyCoder0701%2Fflutter-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278518673,"owners_count":26000177,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-06-09T03:05:04.464Z","updated_at":"2025-10-05T20:50:16.934Z","avatar_url":"https://github.com/MontyCoder0701.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Starter\n\nThis is a simple starter repository for Flutter projects.  \nUse it for hackathons or external projects as a boilerplate — clone and customize as needed.\n\n## What's Included\n\n### State Management\n\n- [**Riverpod**](https://riverpod.dev/) for basic state management\n- Applied to theme and locale\n\n### Router\n\n- [**go_router**](https://pub.dev/packages/go_router) for navigation\n- Applied shell router to bottom navigation bar\n\n### Translations\n\n- Using Flutter's localizations and intl:\n\n\u003e Change `lib/l10n/app_en.arb` and run `flutter gen-l10n` to just generate translation\n\n### Local Storage\n\n- [**shared_preferences**](https://pub.dev/packages/shared_preferences) for local storage\n- Applied to theme persistance\n\n### Maintenance\n\n- **Release Please**: automated release management\n- **Dependabot**: automatic dependency updates\n- **Dependabot Validation**: automatic build check for dependabot PRs\n- **CI**: basic continuous integration for lint checks\n- [**Upgrader**](https://pub.dev/packages/upgrader): alerts users when update is published in\n  application store\n\n### Design\n\n- Component: Material(Google)\n- Layout: includes bottom navigation bar\n- Theme: light, dark with state management and local storage\n- Supported OS: iOS, Android\n- App icon:\n\n\u003e Change `assets/icon/icon.png` and run `flutter pub run flutter_launcher_icons`\n\n## Preview\n\n\u003c!-- markdownlint-disable MD033 --\u003e\n\n### iOS\n\n\u003cimg width=\"300\" alt=\"Screenshot 2025-05-25 at 1 24 47 PM\" src=\"https://github.com/user-attachments/assets/d038ce8b-a4e7-4956-88d9-a15d2c5fc828\" /\u003e\n\n\u003cimg width=\"300\" alt=\"Screenshot 2025-05-25 at 1 24 47 PM\" src=\"https://github.com/user-attachments/assets/034419d1-1075-4610-97cc-121e4b16c293\" /\u003e\n\n### Android\n\n\u003cimg width=\"300\" alt=\"Screenshot 2025-05-25 at 1 24 47 PM\" src=\"https://github.com/user-attachments/assets/36dca49c-e37f-432f-b93d-461fad5a6ae7\" /\u003e\n\n\u003cimg width=\"300\" alt=\"Screenshot 2025-05-25 at 1 24 47 PM\" src=\"https://github.com/user-attachments/assets/79d4995a-a774-44c8-9918-798a28c30b14\" /\u003e\n\n## Notice\n\n- If you're using Dependabot, ensure the following setting is enabled:\n\n\u003e **Settings → Actions → General → Allow GitHub Actions to create and approve pull requests**\n\n- This assumes you are using Java 21 (Bundled with Android Studio Meerkat). If you are having\n  trouble building the Android project, adjust your settings to use Java 21 JDK.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontycoder0701%2Fflutter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmontycoder0701%2Fflutter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmontycoder0701%2Fflutter-starter/lists"}