-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[dart-dio] Support DioX #14281
Comments
Yeah, I am one of those maintainers :) I will give it 2 weeks or so to see how it goes before doing anything. Also still looking for a way to wire the diox adapter into Dio. Not sure if that is possible yet. |
For the first 6 months, you can use |
Yea but I don't think we should generate a pubspec with a |
I did a quick proof of concept replacing the dio import, and it seems there are breaking changes with diox. Things like DioOptions timeout durations have changed type. |
@josh-burton if it's behind an opt-in flag it shouldn't be a problem that it will have breaking changes |
well the output doesn't compile, so additional customisations would be required. |
This can be converted to support the latest dio. |
Yes, will do that |
Is your feature request related to a problem? Please describe.
Dio has been forked by another group of Flutter developers, with the intention of more active development and maintenance.
cfug/dio#1607
An option to generate a DioX Client, or perhaps migrating entirely to DioX would be great.
@kuhnroyal
The text was updated successfully, but these errors were encountered: