vpn_sdp 2.0.9 copy "vpn_sdp: ^2.0.9" to clipboard
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_sdp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vpn_sdp: ^2.0.9

Alternatively, 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';
0
likes
110
points
110
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

SDP 版本 VPN 接入 Flutter 插件,基于零信任 SDP 安全隧道 SDK 封装,提供 iOS/Android 双平台 VPN 连接管理能力。

Repository

License

MIT (license)

Dependencies

flutter, package_info, permission_handler, plugin_platform_interface

More

Packages that depend on vpn_sdp

Packages that implement vpn_sdp