{"id":21235890,"url":"https://github.com/naimcode/flutter_starter","last_synced_at":"2025-08-20T07:18:58.746Z","repository":{"id":208119161,"uuid":"720851350","full_name":"NaimCode/flutter_starter","owner":"NaimCode","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-29T21:08:50.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T02:44:58.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/NaimCode.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":"2023-11-19T19:39:39.000Z","updated_at":"2023-11-19T19:39:47.000Z","dependencies_parsed_at":"2023-11-19T21:22:05.617Z","dependency_job_id":"1ed66ea1-6aa2-48f1-804b-007fc7cb4a8d","html_url":"https://github.com/NaimCode/flutter_starter","commit_stats":null,"previous_names":["naimcode/flutter_starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NaimCode/flutter_starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaimCode%2Fflutter_starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaimCode%2Fflutter_starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaimCode%2Fflutter_starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaimCode%2Fflutter_starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NaimCode","download_url":"https://codeload.github.com/NaimCode/flutter_starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaimCode%2Fflutter_starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271281385,"owners_count":24732170,"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-08-20T02:00:09.606Z","response_time":69,"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":"2024-11-21T00:04:34.080Z","updated_at":"2025-08-20T07:18:58.728Z","avatar_url":"https://github.com/NaimCode.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Flutter Starter\n\nThis is a starter project for Flutter.\n\n## Prerequisites\n\n- [Flutter](https://flutter.dev/docs/get-started/install)\n- [Dart](https://dart.dev/get-dart)\n- [VS Code](https://code.visualstudio.com/download)\n- [Android Studio](https://developer.android.com/studio)\n- [Xcode](https://developer.apple.com/xcode/)\n- [Firebase](https://firebase.google.com/)\n\n## Dependencies\n\n- [Provider](https://pub.dev/packages/provider)\n- [Riverpod](https://pub.dev/packages/riverpod)\n- [Hooks](https://pub.dev/packages/flutter_hooks)\n- [GoRouter](https://pub.dev/packages/go_router)\n- [Flutter Localizations](https://pub.dev/packages/flutter_localizations)\n- [Intl](https://pub.dev/packages/intl)\n\n## Features\n\n- [x] Multi-language support\n- [x] Dark mode\n- [x] State management\n- [x] Routing\n- [x] Theming\n- [x] Unit testing\n- [x] Integration testing\n- [x] Code generation\n- [x] Linting\n- [x] CI/CD\n- [x] Documentation\n- [x] Analytics\n- [x] Crash reporting\n- [x] Logging\n- [x] Error handling\n- [x] Performance monitoring\n- [x] Push notifications\n- [x] In-app messaging\n- [x] Remote config\n- [x] A/B testing\n- [x] Authentication\n- [x] Authorization\n- [x] Social login\n- [x] Database\n- [x] File storage\n- [x] Image picker\n- [x] Camera\n- [x] Location\n- [x] Maps\n- [x] 3rd party integrations\n- [x] Ads\n- [x] In-app purchases\n- [x] Payments\n\n## Folder Structure\n\n```\n.\n├── README.md\n├── android\n├── assets\n│   ├── logos\n│   ├── images\n│   ├── fonts\n│   ├── translations\n|   └── animations\n├── ios\n├── lib\n│   ├── main.dart // entry point\n│   ├── routes.dart // routes\n│   ├── screens // screens and pages\n|   ├── features\n|   |   ├── models // feature models\n|   |   ├── providers // feature providers\n│   ├── data  // data layer\n│   ├── common \n│   |   ├── models  // common models\n│   |   ├── providers // global providers\n│   ├── utils  // helpers and utilities\n│   ├── config // config files\n│   └── widgets\n├── pubspec.lock\n├── pubspec.yaml\n└── test\n```\n\n## Getting Started\n\n### 1. Clone this repository\n\n```bash\ngit clone https://github.com/NaimCode/flutter_starter.git\n```\n\n### 2. Install dependencies\n\n```bash\nflutter pub get\n```\n\n### 3. Run the app\n\n```bash\nflutter run\n```\n\n## Documentation\n\n[Internalization](https://pub.dev/packages/easy_localization)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n- [Naim Abdelkerim](https://github.com/NaimCode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimcode%2Fflutter_starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaimcode%2Fflutter_starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimcode%2Fflutter_starter/lists"}