You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter run -d chrome --web-browser-flag "--disable-web-security"
We pass the --disable-web-security flag to Chrome as we're not able to
configure the flutter run web server to pass CORS headers for AssetManifest.json, FontManifest.json, and other resources.
Running without those flags (just flutter run -d chrome) works fine, and I can even connect to the localhost channel when running the server.
It seems this section is out-of-date and can be removed?
The text was updated successfully, but these errors were encountered:
The README for
pkgs/dartpad_ui
says:Running without those flags (just
flutter run -d chrome
) works fine, and I can even connect to the localhost channel when running the server.It seems this section is out-of-date and can be removed?
The text was updated successfully, but these errors were encountered: