flutter_cors 1.3.0 flutter_cors: ^1.3.0 copied to clipboard
A script to disable and re-enable CORS for Flutter's Chrome instance
A script to disable and re-enable CORS for Flutter's Chrome instance
Use as an executable #
Installation #
$ dart pub global activate flutter_cors
Usage #
-e, --enable Enable CORS
-d, --disable Disable CORS
-b, --disable-banner Disable the warning banner in Chrome
-p, --flutter-path=<path> Flutter root path (determined automatically if not specified)
$ fluttercors --disable
$ fluttercors --enable
$ fluttercors -db -p /path/to/flutter