{"id":17268131,"url":"https://github.com/kingdarboja/auth-bloc-example","last_synced_at":"2025-08-10T21:05:03.774Z","repository":{"id":91463350,"uuid":"239256474","full_name":"KingDarBoja/auth-bloc-example","owner":"KingDarBoja","description":"Dart example of BLoC pattern with authentication","archived":false,"fork":false,"pushed_at":"2020-02-15T22:51:39.000Z","size":81,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T11:15:14.501Z","etag":null,"topics":["angulardart","bloc","dart2","flutter-examples","login-forms"],"latest_commit_sha":null,"homepage":null,"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/KingDarBoja.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}},"created_at":"2020-02-09T06:12:59.000Z","updated_at":"2020-02-16T01:22:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a115ac1-0236-4e5c-8a94-9399b03c51f4","html_url":"https://github.com/KingDarBoja/auth-bloc-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KingDarBoja/auth-bloc-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingDarBoja%2Fauth-bloc-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingDarBoja%2Fauth-bloc-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingDarBoja%2Fauth-bloc-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingDarBoja%2Fauth-bloc-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KingDarBoja","download_url":"https://codeload.github.com/KingDarBoja/auth-bloc-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingDarBoja%2Fauth-bloc-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269787312,"owners_count":24475714,"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-10T02:00:08.965Z","response_time":71,"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":["angulardart","bloc","dart2","flutter-examples","login-forms"],"created_at":"2024-10-15T08:12:35.121Z","updated_at":"2025-08-10T21:05:03.714Z","avatar_url":"https://github.com/KingDarBoja.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth Bloc Example\n\nSample project which illustrates how to setup a Flutter and AngularDart project with code sharing, with authentication and route redirection features.\n\n## Quick Start\n\n_Make sure you have the [Dart SDK](https://dart.dev/tools/sdk) and [Flutter SDK](https://flutter.dev/docs/get-started/install) installed before proceeding._\n\nOpen this project in your editor of choice (VSCode is recommended).\n\n### Setup\n\n1. Install dependencies for `core_auth`:\n\n   ```bash\n   # change directories into core_auth\n   cd core_auth\n\n   # install dependencies\n   pub get\n\n   # change directories back out to the root directory\n   cd ../\n   ```\n\n2. Install dependencies for `flutter_auth`\n\n   ```bash\n   # change directories into flutter_auth\n   cd flutter_auth\n\n   # install dependencies\n   flutter packages get\n\n   # change directories back out to the root directory\n   cd ../\n   ```\n\n3. Install dependencies for `angular_auth`\n\n   ```bash\n   # change directories into angular_auth\n   cd angular_auth\n\n   # install dependencies\n   pub get\n\n   # change directories back out to the root directory\n   cd ../\n   ```\n\n### Run Flutter\n\n```bash\n# change directories into flutter_auth\ncd flutter_auth\n\n# run the flutter project\nflutter run\n```\n\n### Run AngularDart\n\n```bash\n\n# change directories into angular_auth\ncd angular_auth\n\n# run the angular project\nwebdev serve\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingdarboja%2Fauth-bloc-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingdarboja%2Fauth-bloc-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingdarboja%2Fauth-bloc-example/lists"}