fix(flutter_map): update imports and constructors for flutter_map 8 and latlong2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:latlong2/latlong.dart';
|
||||
import 'package:latlong2/latlong2.dart';
|
||||
|
||||
List<LatLng> safeDecodePolyline(String encoded) {
|
||||
if (encoded.isEmpty) return [];
|
||||
|
||||
Reference in New Issue
Block a user