-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (31 loc) · 983 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (31 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: trustpin_sdk
description: A Flutter plugin for TrustPin SSL certificate pinning SDK that provides enhanced security for network connections by validating SSL certificates against configured pins.
version: 4.0.0
homepage: https://github.com/trustpin-cloud/flutter.sdk
repository: https://github.com/trustpin-cloud/flutter.sdk
issue_tracker: https://github.com/trustpin-cloud/flutter.sdk/issues
documentation: https://trustpin-cloud.github.io/flutter.sdk/
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.24.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
http: ^1.6.0
# Optional dependency for Dio interceptor
dio: ^5.9.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
package: cloud.trustpin.flutter.sdk
pluginClass: TrustPinSDKPlugin
ios:
pluginClass: TrustPinSDKPlugin
macos:
pluginClass: TrustPinSDKPlugin