wireguard_tunnel 1.0.0 copy "wireguard_tunnel: ^1.0.0" to clipboard
wireguard_tunnel: ^1.0.0 copied to clipboard

A fully OS-agnostic Dart package to easily establish and manage local WireGuard VPN tunnels using the native OS CLI, with seamless auto-installation and privilege escalation on Windows, macOS, and Linux.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wireguard_tunnel

With Flutter:

 $ flutter pub add wireguard_tunnel

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

dependencies:
  wireguard_tunnel: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wireguard_tunnel/wireguard_tunnel.dart';
0
likes
140
points
77
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A fully OS-agnostic Dart package to easily establish and manage local WireGuard VPN tunnels using the native OS CLI, with seamless auto-installation and privilege escalation on Windows, macOS, and Linux.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http

More

Packages that depend on wireguard_tunnel