In this video we will see how we can specify the port we want our flutter web app to run.
1) Go to .vscode, then launch.json.
2) Add args : ["d","chrome","--web-port","4000"]
note - In case you do not find the .vscode file, go to top menu bar and click on run and then add configuration.