From 10acdd6d81533aa079c27b93bae51b77daec9b37 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 16 Jun 2026 16:26:04 -0700 Subject: [PATCH] Bump dart_bridge_version to 1.4.0 Update manifest.json to use dart_bridge_version 1.4.0 (was 1.3.2). Aligns the project with the newer Dart bridge release. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cd5afa6..2a60630 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "default_python_version": "3.14", - "dart_bridge_version": "1.3.2", + "dart_bridge_version": "1.4.0", "pythons": { "3.12": { "full_version": "3.12.13",