This is Flutter Web project to my personal website.
I'm using firebase hosting for this project.
Run in chrome:
flutter run -d chrome
Deploy and host on firebase:
flutter build web
firebase deploy --only hosting
This project is a starting point for the Flutter Web application.
This project was also based some existing projects, here are the links and credits for the originals:
-
Create and Deploy a Flutter Web App. Written by Dane Mackier
-
Building a Responsive Website using Flutter. Written by Dane Mackier
-
Template Layouts and Navigation in Flutter Web. Written by Dane Mackier
More links if this is your first Flutter project:
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.