{"id":20189018,"url":"https://github.com/spinningideas/flutter-project-accelerator","last_synced_at":"2025-03-03T07:14:43.755Z","repository":{"id":118043249,"uuid":"280730304","full_name":"spinningideas/flutter-project-accelerator","owner":"spinningideas","description":"Flutter project accelerator that can serve as reference for bootstrapping projects.","archived":false,"fork":false,"pushed_at":"2020-08-24T01:06:10.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T18:37:20.475Z","etag":null,"topics":["dart","flutter"],"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/spinningideas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-07-18T20:05:15.000Z","updated_at":"2020-09-06T17:40:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b024b392-3390-4c85-ae82-dac81f75ff35","html_url":"https://github.com/spinningideas/flutter-project-accelerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinningideas%2Fflutter-project-accelerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinningideas%2Fflutter-project-accelerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinningideas%2Fflutter-project-accelerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinningideas%2Fflutter-project-accelerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spinningideas","download_url":"https://codeload.github.com/spinningideas/flutter-project-accelerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622602,"owners_count":19992504,"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"],"created_at":"2024-11-14T03:33:21.290Z","updated_at":"2025-03-03T07:14:43.734Z","avatar_url":"https://github.com/spinningideas.png","language":"Dart","readme":"# Flutter Project Accelerator\n\nFlutter project accelerator that can serve as reference for bootstrapping projects.\n\nIncludes localization via services based approach to\nmanage state and flutter itself for UX\n\nSTATUS: Alpha\n\nNote: This repo is under active change and this code should be used as reference implementation ONLY and not used in a production application\n\n## Getting Started\n\n1. Read and install all things mentioned in flutter getting started guide\n\nhttps://flutter.dev/docs/get-started/install\n\n2. Setup editor - can use VS Code - https://flutter.dev/docs/get-started/editor?tab=vscode\n\n3. Setup Device Emulator - Android: https://flutter.dev/docs/get-started/install/windows#set-up-your-android-device or iOS: https://flutter.dev/docs/get-started/flutter-for/ios-devs\n\n4. Ensure a Device is available and running via emulator\n\n5. Check that flutter development setup is ok:\n\n```\nflutter doctor\n```\n\nIf things are not building try:\n\n```\nflutter clean\n```\n\n5. Run the app via terminal - type:\n\n```\nflutter run\n```\n\n## Features\n\n- Global navigation via app header and drawer menu\n- Search\n- Localization via local json files and a service based approach\n- Form validation\n\n## Notes\n\n### Navigation/Drawer\n\nThere are a number of ways to create a drawer and this project uses material version of Drawer with custom layout\n\n- https://medium.com/flutter-community/flutter-push-pop-push-1bb718b13c31\n- https://flutter.dev/docs/catalog/samples/basic-app-bar\n- https://flutter.dev/docs/cookbook/design/drawer#4-close-the-drawer-programmatically\n- https://github.com/ayalma/flutter_multi_page_drawer\n- https://medium.com/flutter-community/navigate-without-context-in-flutter-with-a-navigation-service-e6d76e880c1c\n\n### Layout\n\n- https://flutter.dev/docs/development/ui/layout\n\n### BLoC\n\nEnable Reactive Programming via BLoC pattern - this project does not use this pattern but it can be useful\n\n- https://medium.com/flutter-community/flutter-bloc-package-295b53e95c5c\n\n### Storage\n\nThis project stores user selected language code in local data store\n\n- https://pusher.com/tutorials/local-data-flutter\n\n### Forms\n\n### Search\n\n- https://github.com/felangel/bloc/blob/master/examples/github_search/flutter_github_search/lib/search_form.dart\n\n### Icons\n\n- https://api.flutter.dev/flutter/material/Icons-class.html\n\n### Localization\n\nThere are a number of ways to do localization - this project uses a service to manage converting localized keys to values stored in json for given locale. Below are some links for more traditional\napproach using AppLocalizations class and delegates\n\n- https://pub.dev/packages/flutter_i18n\n- https://flutter.dev/docs/development/accessibility-and-localization/internationalization\n- https://github.com/flutter/website/blob/master/examples/internationalization/minimal/lib/main.dart\n- https://resocoder.com/2019/06/01/flutter-localization-the-easy-way-internationalization-with-json/\n\n### Data\n\nhttps://www.developerlibs.com/2018/11/flutter-how-to-parse-local-json-file-in.html\n\n## General Resouces\n\n- https://flutterawesome.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinningideas%2Fflutter-project-accelerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspinningideas%2Fflutter-project-accelerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinningideas%2Fflutter-project-accelerator/lists"}