From feb03b9041871e8a867cb9aa46c2cd311e07f471 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Sat, 14 Mar 2026 08:08:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20to=200.3.0=20for=20pub.dev=20=E2=80=94?= =?UTF-8?q?=20Android=20+=20Linux=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6355b95..b66d161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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) diff --git a/pubspec.yaml b/pubspec.yaml index 80a4b37..a8d2470 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tsnet_flutter description: Embed Tailscale's tsnet in Flutter apps. Provides a userspace WireGuard tunnel with a localhost TCP proxy — no VPN entitlement needed on iOS. -version: 0.2.0 +version: 0.3.0 homepage: https://github.com/svrnty/tsnet_flutter repository: https://github.com/svrnty/tsnet_flutter issue_tracker: https://github.com/svrnty/tsnet_flutter/issues