From 42bb50ed98c376c75aabd269bbc30c4a9fcee94c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 21 May 2026 15:37:20 -0400 Subject: [PATCH] chore(flutter): bump version to 2026.5.21+14 for v2026.05.21.0 Last meaningful-feature release on Flutter. Ships: - #472: notification + Wear OS controls stay live across idle teardown (audio_handler softTeardown split) - #479: system-playlist tap surfaces empty / slow / failed states with SnackBar feedback - #399: drift test cohort re-enabled on ci-flutter:1.26 - Tier-A deps sweep (audio_session 0.2, flutter_lucide, permission_handler), Go server bumps, golangci v2 schema, Flutter 3.44 ListTile strictness fixes Future Flutter releases on this codebase are bugfix-only; the v1 Android native rewrite has been planned. Co-Authored-By: Claude Opus 4.7 (1M context) --- flutter_client/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_client/pubspec.yaml b/flutter_client/pubspec.yaml index fe4f6960..770406d4 100644 --- a/flutter_client/pubspec.yaml +++ b/flutter_client/pubspec.yaml @@ -1,7 +1,7 @@ name: minstrel description: Minstrel mobile client publish_to: 'none' -version: 2026.5.19+13 +version: 2026.5.21+14 environment: sdk: '>=3.5.0 <4.0.0'