FlutterWebWelCome

add path /bin/cache/dart-sdk/bin //for dart sdk

/.pub-cache/bin //for webdev

flutter packages pub global activate webdev

flutter packages pub global run webdev serve

#flutter packages pub global run webdev serve --auto restart //you can use this commond for restart

#flutter packages pub global run webdev build // build for deploy

install "npm i -g surge" for published static site.

cd build && surge // it will ask for email password to register domain.