DEV Community

Discussion on: Flutter Web: Should I use it? (Part 4— I believe so)

Collapse
 
remejuan profile image
Reme Le Hane

Cross-Origin is not a flutter web thing, but a web thing. Unless the domain you are making the request to allows your domain to be making the request it will not be allowed and the call will fail with a CORS error, regardless of the framework used.