From 4fa76b64ce3761c2577519a8754a74da93a28460 Mon Sep 17 00:00:00 2001 From: utamori Date: Mon, 19 Aug 2024 10:13:38 +0900 Subject: [PATCH] update web: ">=1.0.0 <2.0.0" --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2f2cad484..7a4702dd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: flutter_web_plugins: sdk: flutter plugin_platform_interface: ^2.0.2 - web: ^0.5.1 + web: ">=1.0.0 <2.0.0" dev_dependencies: flutter_test: