vpn_plugin 0.1.0 copy "vpn_plugin: ^0.1.0" to clipboard
vpn_plugin: ^0.1.0 copied to clipboard

Flutter VPN engine embedding the sing-box core (iOS NetworkExtension / Android VpnService), with share-link parsing and config generation. GPL-3.0.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vpn_plugin

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

dependencies:
  vpn_plugin: ^0.1.0

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_plugin/vpn_plugin.dart';
3
likes
155
points
105
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter VPN engine embedding the sing-box core (iOS NetworkExtension / Android VpnService), with share-link parsing and config generation. GPL-3.0.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on vpn_plugin

Packages that implement vpn_plugin