native_dio_adapter 1.7.0
Immutable
release. Only release title and notes can be modified.
What's new
- Add opt-in
createFallbackAdaptertoNativeAdapter. On Android, when the
device has installed Cronet providers but every provider is disabled (for
example AOSP emulators or devices without Google Play services), the
supplied factory returns anyHttpClientAdapterand requests continue via
that adapter. Detection is strictly limited to Cronet's
provider-disabledRuntimeException; every other Cronet error is
propagated unchanged. Adapter selection is sticky for the lifetime of the
NativeAdapter. Fixes
#2444.