vpn_sdp 2.0.9
vpn_sdp: ^2.0.9 copied to clipboard
SDP 版本 VPN 接入 Flutter 插件,基于零信任 SDP 安全隧道 SDK 封装,提供 iOS/Android 双平台 VPN 连接管理能力。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vpn_sdpThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vpn_sdp: ^2.0.9Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vpn_sdp/vpn_sdp.dart';