Skip to content

native_dio_adapter 1.8.0

Latest

Choose a tag to compare

@cfug-dev cfug-dev released this 29 Jul 07:09
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's new

  • Support cronet_http 1.9.0 by upgrading jni to ^1.0.0 and migrating
    the Cronet-provider-disabled classifier from JniException to JThrowable.
    The minimum Dart SDK is now 3.4.0 and the minimum Flutter version is now
    3.35.6, following the requirements of jni 1.0.0 and cronet_http 1.9.0.
    Fixes #2581.