Configure the flutter tool for web support. Create a new project with web support. Run a new project with web support. Build an app with web support.
Read moreHow do I add web support to existing flutter project?
First, open your Github account and create a new Repository your favorite name. git add . After this, Your Flutter project web build will be Uploaded in your Github repo. Now, we just have to change some settings of your Github Repository to Deploy the Web App.
Read more