Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 523 Bytes

AItutor

Hosting

  1. flutter build web
  2. firebase deploy --only hosting

Version

$ flutter --version
  • Flutter 3.22.3 • channel [user-branch] • unknown source
  • Tools • Dart 3.4.4 • DevTools 2.34.3

Firebase Hosting

  1. firebase init
  2. select option: Hosting
  3. use an existing project
  4. public directory: build/web
  5. configure as a single-page app: n
  6. github: n
  7. flutter build web
  8. firebase deploy --only hosting