How to deploy flutter web app to firebase hosting

insert image description here

Step-1 Create Project

Sign in and create your project in the Firebase console

insert image description here
In your flutter project web folder change

Step-2: Index.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta content="IE=Edge" http-equiv="X-UA-Compatible">
  <meta name="description" content="App description">

  <!-- iOS meta tags & icons -->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
  <meta name="apple-mobile-web-app-title" content="bevent">
  <link rel="apple-touc

Guess you like

Origin blog.csdn.net/iCloudEnd/article/details/130035238