flutter_cors 1.3.2 copy "flutter_cors: ^1.3.2" to clipboard
flutter_cors: ^1.3.2 copied to clipboard

outdated

A script to disable and re-enable CORS checks for Flutter's Chrome instance

A script to disable and re-enable CORS checks for Flutter's Chrome instance

Note #

This script only disables CORS checks for local testing, and will not help with CORS issues in production. Do not ask for help with production CORS issues as that is outside the scope of this project.

Use as an executable #

Installation #

$ dart pub global activate flutter_cors

Usage #

-e, --enable                 Enable CORS checks
-d, --disable                Disable CORS checks
-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
169
likes
0
pub points
92%
popularity

Publisher

verified publisherrexios.dev

A script to disable and re-enable CORS checks for Flutter's Chrome instance

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, args, pub_update_checker

More

Packages that depend on flutter_cors