Skip to content

Instantly share code, notes, and snippets.

@prasadshirvandkar
Created July 25, 2020 18:39
Show Gist options
  • Save prasadshirvandkar/af1d323575d031076a996a82cf6a48ad to your computer and use it in GitHub Desktop.
Save prasadshirvandkar/af1d323575d031076a996a82cf6a48ad to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"args": [
"--web-hostname",
"localhost",
"--web-port",
"5000"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment