{"id":15466001,"url":"https://github.com/kevmoo/flutter_web_firebase_hosting","last_synced_at":"2025-07-31T00:38:42.962Z","repository":{"id":44734330,"uuid":"452862948","full_name":"kevmoo/flutter_web_firebase_hosting","owner":"kevmoo","description":"Short sample and instructions for configuring a Flutter Web application to deploy-on-push to Firebase Hosting","archived":false,"fork":false,"pushed_at":"2022-01-27T23:40:27.000Z","size":51,"stargazers_count":19,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T10:42:53.041Z","etag":null,"topics":["firebase","firebase-hosting","flutter","flutter-web","github-actions"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/kevmoo.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}},"created_at":"2022-01-27T22:16:51.000Z","updated_at":"2023-05-06T00:21:27.000Z","dependencies_parsed_at":"2022-08-27T16:50:37.999Z","dependency_job_id":null,"html_url":"https://github.com/kevmoo/flutter_web_firebase_hosting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevmoo/flutter_web_firebase_hosting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fflutter_web_firebase_hosting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fflutter_web_firebase_hosting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fflutter_web_firebase_hosting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fflutter_web_firebase_hosting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevmoo","download_url":"https://codeload.github.com/kevmoo/flutter_web_firebase_hosting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fflutter_web_firebase_hosting/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267967720,"owners_count":24173566,"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-07-30T02:00:09.044Z","response_time":70,"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":["firebase","firebase-hosting","flutter","flutter-web","github-actions"],"created_at":"2024-10-02T01:04:32.899Z","updated_at":"2025-07-31T00:38:42.940Z","avatar_url":"https://github.com/kevmoo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sample hosted at [flutterweb-101.web.app](https://flutterweb-101.web.app/).\n\n1. Creat a Flutter web project\n\n```console\nflutter create --platforms=web .\n```\n\n1. Create a Firebase project\n\n   - Go to [console.firebase.google.com](https://console.firebase.google.com/)\n   - Click on \"Add project\"\n   - Follow the instructions\n   - Once the project is created...\n\n1. Enable hosting\n\n   - Click on \"Hosting\" on the left navigation (on the Firebase project page)\n   - Follow the instructions to install the Firebase CLI tools (if you don't\n     already have them installed).\n   - When running `firebase init`, choose `Hosting` and `GitHub Action deploys`.\n   - When going through the configuration, set `\"public\"` to `build/web`.\n   - Change the build command to `flutter build web`.\n\n1. Update `.github/workflows` for Flutter\n\n   - Update the two generated `firebase-hosting-` files to include Flutter\n     setup:\n\n   ```yaml\n   steps:\n      # This has to come before `flutter bulid web`\n      - uses: subosito/flutter-action@v2.2.1\n      with:\n         # Defining the channel is optional - I'm using beta\n         channel: beta\n         # Setting cache is also optional, although this does speed up builds!\n         cache: true\n      - uses: actions/checkout@v2\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmoo%2Fflutter_web_firebase_hosting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevmoo%2Fflutter_web_firebase_hosting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmoo%2Fflutter_web_firebase_hosting/lists"}