fix(flutter_map): update imports and constructors for flutter_map 8 and latlong2

This commit is contained in:
ElPoyo
2026-06-05 15:12:12 +02:00
parent 9e3169b225
commit 68fa2b4587
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import 'package:latlong2/latlong.dart';
import 'package:latlong2/latlong2.dart';
List<LatLng> safeDecodePolyline(String encoded) {
if (encoded.isEmpty) return [];