Skip to content

nnhhiilliisstt/flutterPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website Using Flutter Web

A portfolio website built using flutter web

Generating the Release Build

To generate the release build, run flutter build web
This should output your release build inside the build/web folder.
You can serve the website to your browser using any http server to see your see your website in action. you can host it wherever you want!