From 6ff339893ccb1f8cf61a95bdf3f766501a1e1a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sousa?= Date: Tue, 13 Aug 2024 09:47:49 -0300 Subject: [PATCH] Adds support for web: ^1.0.0 --- packages/location_web/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location_web/pubspec.yaml b/packages/location_web/pubspec.yaml index 95068a8c..2bb23938 100644 --- a/packages/location_web/pubspec.yaml +++ b/packages/location_web/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: http_parser: ^4.0.2 js: ^0.6.3 location_platform_interface: ^5.0.0 - web: ^0.5.1 + web: ">=^0.5.1 <2.0.0" dev_dependencies: flutter_test: