From 39ae6741266faf2cd5cfd831677b21593a02a8ca Mon Sep 17 00:00:00 2001 From: Tahara Yo Date: Fri, 5 Jun 2026 19:10:51 +0900 Subject: [PATCH] fix: bump minimum Flutter SDK to 3.27.0 to fix TapRegionUpCallback not found TapRegionUpCallback and EditableText.onTapUpOutside were introduced in Flutter 3.27.0. The previous constraint (>=3.7.0) allowed users on older Flutter versions to install the package and hit a compile-time type error. Closes #227, #229 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 78ad337..e7c053f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ funding: environment: sdk: '>=2.19.0 <4.0.0' - flutter: ">=3.7.0" + flutter: ">=3.27.0" dependencies: