flutter_cors
flutter_cors copied to clipboard
Not working On chrome Version 103.0.5060.134 (Official Build) (64-bit)


You are testing with the chrome instance flutter launches when you run with flutter run?
Wait... That end message means you ran fluttercors -e which enables CORS checks which is the opposite of what you want. You run fluttercors -d to disable CORS checks which is what you actually want. If you run the command without --disable-banner you should see this banner in chrome:

Let me know if you still can't figure it out. Everything seems fine on my end.