-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support flutter web for native_dio_adapter #2133
Comments
Please submit related issues to the https://github.com/dart-lang/http repo. |
@AlexV525 This is not about the dart-lang/http client though but about We recently added I think it would be awesome if this plugin could be used when also using Flutter web. So adding it to this section: dio/plugins/native_dio_adapter/pubspec.yaml Lines 33 to 38 in b7d7f34
As well as making sure that a working http client is being used on flutter web. As a first step it would be great to just get compiling working so lines where |
The native adapter does not support web, you can use the default |
Yes but the issue comes up at compile time |
You can use a conditional import in the same way |
I'll check again tomorrow as I also think that @nottmey has been trying to find a solution for this problem. Right now the problem showed up when running |
Request Statement
Right now Flutter Web Projects fail to build as there are import chains pointing towards dart:ffi
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: