How to deploy a flutter web app in less than 5 minutes on Netlify

Isheunesu TemboIsheunesu Tembo
1 min read

You have developed your flutter web application and now you are wondering where can you deploy it ? l have good news and the good part is you can deploy it in less than 5 minutes.

So the first step is to go into our flutter project and run the command flutter build web in the terminal as shown below

After running this command a web folder will be generated by flutter in the build folder as shown below

After the web folder is generated go to https://app.netlify.com/ and signup , after you sign up create a new site as shown below

Select the option "Deploy Manually " as shown below

The go into our build folder and drag our web folder into the circle written drop here

After dropping your files you should get a screen like the one above in less than 2 minutes and then click the "open production deploy" button it will open your web app as shown below

Thanks for reading my tutorial , you can also watch the video tutorial on youtube

0
Subscribe to my newsletter

Read articles from Isheunesu Tembo directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Isheunesu Tembo
Isheunesu Tembo

Hello my name is Ishe , l am a mobile application developer and machine learning developer .My passion is developing cutting edge tech that help the society and sharing the little knowledge that l have through blogging and making youtube tutorials