Content
flutter build web
The index.html is in build/web
npm install -g firebase-tools
firebase login
Go to the project directory
firebase init
=> choose a firebase project, select options (Hosting), add the directory build/web to the public directory
firebase serve
=> Go to http://localhost:5000 to check that it works
firebase deploy
Now the site is available at 2 urls: