trustpin_sdk 4.0.0
trustpin_sdk: ^4.0.0 copied to clipboard
A Flutter plugin for TrustPin SSL certificate pinning SDK that provides enhanced security for network connections by validating SSL certificates against configured pins.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.1 - 2026-02-23 #
Changed #
- Added Swift Package Manager support for iOS and macOS
- Updated documentation
3.0.0 - 2026-02-19 #
Added #
fetchCertificate()for OS-level TLS leaf certificate extractionTrustPinConfigurationclass for SDK initializationconfigurationURLparameter for self-hosted configurationsTrustPinDioInterceptorfor Dio integrationTrustPinHttpClientfor http package integrationTrustPin.sharedandTrustPin.instance('id')for named instances
Changed #
- Renamed
TrustPinSDKclass toTrustPinwith instance-based API - Updated native SDKs