We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stable network operation with unstable connection
No response
The text was updated successfully, but these errors were encountered:
Dio is a layer that connects the Dart I/O networking, so unless Dart supports HTTP/3, we are not going to add extra support for it.
On the other hand, you can use native_dio_adapter with dio to gain HTTP/3 support based on cronet_http and cupertino_http.
native_dio_adapter
cronet_http
cupertino_http
Sorry, something went wrong.
No branches or pull requests
Request Statement
Stable network operation with unstable connection
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: