LoginSignup
1
1

More than 3 years have passed since last update.

flutter webをgithub pagesでdeployする

Posted at

1.リリースためのファイルをbuild

flutter build web --release

2./build/web/index.htmlのheader→baseのhrefをrepository名前に修正

  <base href="/repository-name/">

3./build/webフォルダをgithubの新しいrepositoryへpush
4.github repositoryのSettingsのGitHub Pagesでhostを設定する
5.完了

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1