tailscale 0.2.0
tailscale: ^0.2.0 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 tailscaleThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tailscale: ^0.2.0Alternatively, your editor might support dart 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';