From 5b00ba39609f24b76b260edd6fb048cd825b2501 Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Sun, 18 Feb 2024 09:01:13 +0100 Subject: [PATCH] chore(package_info_plus): support web 0.5.0 --- packages/package_info_plus/package_info_plus/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 0889231f47..e26700ddf0 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: meta: ^1.8.0 path: ^1.8.2 package_info_plus_platform_interface: ^2.0.1 - web: '>=0.3.0 <0.5.0' + web: ">=0.3.0 <0.6.0" # win32 is compatible across v4 and v5 for Win32 only (not COM) win32: ">=4.0.0 <6.0.0" @@ -46,4 +46,4 @@ dev_dependencies: environment: sdk: ^3.2.0 - flutter: '>=3.6.0' + flutter: ">=3.6.0"