tsnet_flutter 0.3.0 copy "tsnet_flutter: ^0.3.0" to clipboard
tsnet_flutter: ^0.3.0 copied to clipboard

Embed Tailscale's tsnet in Flutter apps. Provides a userspace WireGuard tunnel with a localhost TCP proxy — no VPN entitlement needed on iOS.

0.3.0 #

  • Add Android support (Dart FFI, arm64-v8a + x86_64)
  • Add Linux support (Dart FFI, amd64 via Docker cross-compilation)
  • Platform-aware Dart API: MethodChannel on iOS/macOS, FFI on Android/Linux
  • Android: RegisterInterfaceGetter to bypass netlink restrictions
  • Build script supports all platforms: ./build_go.sh [ios|macos|android|linux|apple|all]
  • Full README with API reference, platform setup, and binary sizes
  • Note: Android Tailscale tunnel requires libtailscale integration (local gRPC works)

0.2.0 #

  • Add macOS support (arm64 + x86_64 universal binary)
  • Make start() idempotent — calling it when already started returns success
  • Document macOS entitlement requirements (network.client + network.server)
  • Build script now supports ./build_go.sh [ios|macos|all]

0.1.1 #

  • Fix: xcframework linking when installed from pub.dev (use DERIVED_FILE_DIR instead of symlinks)

0.1.0 #

  • Initial release
  • iOS support (arm64 device + simulator)
  • start() / stop() — join/leave a Tailnet with an auth key
  • startProxy() / stopProxy() — localhost TCP proxy through WireGuard tunnel
  • status() / tailscaleIP() — query Tailscale connection state
  • Built with go build -buildmode=c-archive (production Go approach)
  • No VPN entitlement required — uses userspace netstack
0
likes
140
points
147
downloads

Documentation

API reference

Publisher

verified publishersvrnty.io

Weekly Downloads

Embed Tailscale's tsnet in Flutter apps. Provides a userspace WireGuard tunnel with a localhost TCP proxy — no VPN entitlement needed on iOS.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, flutter

More

Packages that depend on tsnet_flutter

Packages that implement tsnet_flutter