***** Please Read the Description for additional Help *****
In this video, I don’t describe the installation process but tell you how to run a flutter app in web-browser (chrome)
Step 1)
First Create a flutter project using :
# flutter create *your app name*
//// Flutter Web ////
https://flutter.dev/docs/get-started/web
Step 2)
Commands are :
# flutter channel beta
# flutter upgrade
# flutter config –enable-web
Step 3)
# cd (your app name)
# flutter run -d chrome
This will run your Flutter App in Chrome and then you can Inspect using:
# Press Shift+Ctrl+i
# Select device in the top bar
# Now select the device in which you want to view your app (preferred Pixel 2)