From b28a007d1b0fa7fe7f236a2f86cd8331c452978c Mon Sep 17 00:00:00 2001 From: Julian Bissekkou <36447137+JulianBissekkou@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:02:38 +0200 Subject: [PATCH] widen web constraints --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bcfb985..847c971 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - web: ^0.5.1 + web: ">=0.5.1 <= 1.0.0" plugin_platform_interface: ^2.0.2 js: ^0.6.3 dev_dependencies: