tailscale 0.2.0 copy "tailscale: ^0.2.0" to clipboard
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 tailscale

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

dependencies:
  tailscale: ^0.2.0

Alternatively, 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';
0
likes
0
points
279
downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

code_assets, ffi, hooks, http, meta, path

More

Packages that depend on tailscale