flutter_curl 0.7.0
flutter_curl: ^0.7.0 copied to clipboard
Flutter plugin to use libcurl for HTTP calls in Android, iOS and macOS with support for HTTP2, ALPN, brotli compression and experimental support for HTTP3 and alt-svc.
0.7.0 #
- New Android Curl binary with 16K Page Size support
0.6.0 #
- Removed deprected registerWith handler
- Exposed libcurl error codes as
Response.errorCode
for debugging
0.5.1 #
- Bundling CA certificates and is used by default
- Fixed HTTP3 TLS issue in iOS
- Certificate pinning
0.5.0 #
- Upgraded all binary dependencies
0.3.0 #
- Flutter 3.10 migration
0.2.0 #
- Upgraded
ffi
dependency - Patch to support new FFI semantics for structs
- Library now requires Dart >= 2.17.0
0.1.1 #
- Fixes direct local .aar file dependencies issue with new Gradle
0.1.0 #
- Null safety migration
0.0.1 #
- Initial release