From bc9be0024e364f51dd249003a9191bb21d5dcf01 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 15 Dec 2025 09:27:48 +0900 Subject: [PATCH] fix: flutter ^3.38.0 --- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index c5943ce..05aeb54 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -573,4 +573,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.10.0 <4.0.0" - flutter: ">=3.35.6" + flutter: ">=3.38.0" diff --git a/pubspec.yaml b/pubspec.yaml index 342aa49..f7992f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ platforms: environment: sdk: ^3.10.0 - flutter: '>=3.35.0' + flutter: '>=3.38.0' dependencies: flutter: