MBP(はてな)

MacBook Pro,iPhone Xs,React

Firebase HostingでFlutter on the Web

f:id:fedora9:20220208224009p:plain

【Flutter】Web アプリを🚀爆速🚀で Firebase Hosting にデプロイする

Flutter on the WebをFirebase Hostingで公開する - Qiita

$ flutter create firebase_hosting_flutter_web で作成したプロジェクトをGitHubにpushした時に自動でデプロイされる。

Actions · hiroyuki12/firebase_hosting_flutter_web · GitHub

$ curl -sL https://firebase.tools | bash
$ firebase login
$ firebase projects:list

$ cd ~/github/firebase_hosting_flutter_web
$ firebase init hosting

GitHub ActionへFlutterビルド環境を追加

Workflowsをpushした時にエラーになる場合は、
GitHubにログインして、Edit personal access tokenで、workflowにチェック

https://fir-flutter-6bf7e.web.app