ssl_pinning_plugin 2.0.0
ssl_pinning_plugin: ^2.0.0 copied to clipboard
SSL Pinning plugin for HTTP requests (Validation by SHA-1 or SHA-256).
2.0.0 06/04/2021 #
- Update to Flutter 2.0 with dart 2.12.0
- Example Android in Flutter Embedded V2
1.5.1 26/10/2020 #
- Update pubspec.yaml for flutter 1.22.1 (adsellor)
1.5.0 25/09/2020 #
- According the CHANGELOG of CryptoSwift, the minimum deployment target is iOS9.0
1.4.0 02/09/2020 #
- Add http method to verify certificate
1.3.0 23/07/2020 #
- Fix Kotlin version
- Fix MissingPluginException(No implementation found for method close on channel ssl_pinning_plugin)
- Code cleanup
1.2.0 06/03/2020 #
- Update to v2 android plugin APIs
- Kotlin version is out of date
- swift code version not provided
1.1.0 29/07/2019 #
- Add compatibility with Dart2
1.0.0 01/02/2019 #
- Add compatibility with SHA-256
0.0.1 29/05/2018 #
- Checks the equality between the known SHA-1 fingerprint and the SHA-1 of the target server.