axevpn_flutter 2.0.0 copy "axevpn_flutter: ^2.0.0" to clipboard
axevpn_flutter: ^2.0.0 copied to clipboard

Dual-protocol VPN plugin for Flutter supporting OpenVPN and WireGuard on Android (16 KB page-size ready) 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: ^2.0.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:axevpn_flutter/openvpn_flutter.dart';
import 'package:axevpn_flutter/wireguard_flutter.dart';
0
likes
130
points
--
downloads

Publisher

verified publisherlinkze.me

Weekly Downloads

Dual-protocol VPN plugin for Flutter supporting OpenVPN and WireGuard on Android (16 KB page-size ready) and iOS.

Repository (GitHub)
View/report issues
Contributing

Topics

#vpn #openvpn #wireguard #networking #security

Documentation

Documentation
API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on axevpn_flutter

Packages that implement axevpn_flutter