axevpn_flutter 3.0.3
axevpn_flutter: ^3.0.3 copied to clipboard
Multi-protocol VPN plugin for Flutter supporting OpenVPN, WireGuard, V2Ray/Xray (VLESS, VMess, Trojan, Shadowsocks) and OpenConnect on Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add axevpn_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
axevpn_flutter: ^3.0.3Alternatively, 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:axevpn_flutter/openconnect_flutter.dart';
import 'package:axevpn_flutter/openvpn_flutter.dart';
import 'package:axevpn_flutter/v2ray_flutter.dart';
import 'package:axevpn_flutter/wireguard_flutter.dart';