axevpn_flutter 3.0.3 copy "axevpn_flutter: ^3.0.3" to clipboard
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_flutter

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

dependencies:
  axevpn_flutter: ^3.0.3

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: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';
3
likes
130
points
75
downloads

Documentation

Documentation
API reference

Publisher

verified publisherlinkze.me

Weekly Downloads

Multi-protocol VPN plugin for Flutter supporting OpenVPN, WireGuard, V2Ray/Xray (VLESS, VMess, Trojan, Shadowsocks) and OpenConnect on Android and iOS.

Repository (GitHub)
View/report issues
Contributing

Topics

#vpn #openvpn #wireguard #v2ray #networking

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on axevpn_flutter

Packages that implement axevpn_flutter