Skip to content

Instantly share code, notes, and snippets.

@gringoh
Created December 2, 2021 13:28
Show Gist options
  • Save gringoh/acf47ef2ee7783df9b70935f645faf8a to your computer and use it in GitHub Desktop.
Save gringoh/acf47ef2ee7783df9b70935f645faf8a to your computer and use it in GitHub Desktop.
[Flutter: Run web app] #flutter

Flutter: Run web app

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test8" --disable-web-security

flutter run -d web-server --web-port 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment