From e475a711a643c5676fa1e68c5f5ca394605abe0d Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Fri, 15 May 2026 23:28:28 +0200 Subject: [PATCH] feat: allow latlong2 0.10.x releases --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 630121235..1d6196f59 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: flutter_web_plugins: sdk: flutter http: ^1.6.0 - latlong2: ^0.9.1 + latlong2: ">=0.9.1 <0.11.0" proj4dart: ^3.0.0 shared_preferences: ^2.5.3 url_launcher: ^6.3.2 diff --git a/pubspec.yaml b/pubspec.yaml index d9ed847ba..a969a06da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: flutter: sdk: flutter http: ^1.5.0 - latlong2: ^0.9.1 + latlong2: ">=0.9.1 <0.11.0" meta: ^1.11.0 path: ^1.9.0 path_provider: ^2.1.5