connect_secure 0.0.1
connect_secure: ^0.0.1 copied to clipboard
A Flutter package for SSL Pinning and secure network connections using http and dio.
connect_secure #
A Flutter/Dart package that provides SSL Pinning support to secure your app's HTTP requests against Man-in-the-Middle (MITM) attacks.
With connect_secure, you can ensure that your app only communicates with servers that present a trusted certificate or fingerprint.
Features #
- SSL Pinning with SHA-256 certificate fingerprints
- Works with
HttpClient(native Dart) - Can be integrated with
diofor advanced HTTP needs - Lightweight and easy to use
- Prevents MITM attacks
Installation #
Add to your pubspec.yaml:
dependencies:
connect_secure: ^0.0.1