http_certificate_pinning 2.0.7
http_certificate_pinning: ^2.0.7 copied to clipboard
Https Certificate pinning for Flutter. Checks the equality between the known SHA-1 or SHA-256 fingerprint and the SHA-1 or SHA-256 of the target server.
1.0.0 #
- This version contains:
- The base HTTPS validation
- Interceptor to Dio (https://pub.dev/packages/dio)
- Client to HTTP (https://pub.dev/packages/http)
1.0.1 #
Accepts ':' in certificates
1.0.2 #
1.0.3 #
Downgrade Alamofire version
1.0.4 #
Support iOS 9.0 and above
2.0.0 #
Flutter 2 support and null-safety
2.0.1 #
Fix iOS freezing Fiz iOS parallels requests.
2.0.2 #
Fix error Platform import
2.0.3 #
Error on pass null to headers
2.0.4 #
CustomClient on internal http Constructor
2.0.6 #
Updating Android Gradle version
2.0.7 #
Bumping Dio version to 5.0 Bumping Kotlin version