From 76dd35b1ea5ac32b6068ec4b4ab0d93e9bc94ef7 Mon Sep 17 00:00:00 2001 From: ivanzhadnov <44845863+ivanzhadnov@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:14:17 +0300 Subject: [PATCH] fix latlong2: ^0.10.1 --- 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 d95271e70..a8cb65e1b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: flutter_web_plugins: sdk: flutter http: ^1.3.0 - latlong2: ^0.9.1 + latlong2: ^0.10.1 proj4dart: ^2.1.0 shared_preferences: ^2.5.3 url_launcher: ^6.3.1 diff --git a/pubspec.yaml b/pubspec.yaml index bfb5326fc..d12fa04cf 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.10.1 logger: ^2.0.0 meta: ^1.11.0 path: ^1.9.0