From c695b9a100bae633c27ad0450955d6a8b444b320 Mon Sep 17 00:00:00 2001 From: Joseph Marin Date: Mon, 1 Apr 2024 15:57:39 -0300 Subject: [PATCH] Downgraded location_web dependency on js ^0.7.1 to js ^0.6.3 for compatibility with firebase_core ^2.27.2 --- 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 2251e8dc..4d14f50a 100644 --- a/packages/location_web/pubspec.yaml +++ b/packages/location_web/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter_web_plugins: sdk: flutter http_parser: ^4.0.2 - js: ^0.7.1 + js: ^0.6.3 location_platform_interface: ^4.0.0 dev_dependencies: