tailscale 0.3.1 copy "tailscale: ^0.3.1" to clipboard
tailscale: ^0.3.1 copied to clipboard

Embed Tailscale userspace networking in any Dart or Flutter app. Join a tailnet, discover peers, and communicate over encrypted WireGuard tunnels — no Tailscale app required.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tailscale

With Flutter:

 $ flutter pub add tailscale

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

dependencies:
  tailscale: ^0.3.1

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:tailscale/tailscale.dart';
0
likes
160
points
282
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Embed Tailscale userspace networking in any Dart or Flutter app. Join a tailnet, discover peers, and communicate over encrypted WireGuard tunnels — no Tailscale app required.

Homepage
Repository (GitHub)
View/report issues

Topics

#tailscale #networking #vpn #wireguard #flutter

License

MIT (license)

Dependencies

code_assets, ffi, hooks, http, meta, path

More

Packages that depend on tailscale