diff --git a/example/pubspec.lock b/example/pubspec.lock index 4f9b8e2..a0c9b6e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -265,7 +265,7 @@ packages: path: ".." relative: true source: path - version: "0.1.2" + version: "0.1.3" path: dependency: transitive description: diff --git a/lib/src/location_model.dart b/lib/src/location_model.dart index d31dafd..a6942a9 100644 --- a/lib/src/location_model.dart +++ b/lib/src/location_model.dart @@ -115,7 +115,6 @@ class FormattedLocation with _$FormattedLocation { "coordinates": multiPolygon .map((e) => e.map((k) => k.map((l) => l.toGeoPoint()))) .toList(), - }, ) }; diff --git a/pubspec.yaml b/pubspec.yaml index 352bfd2..d854e45 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: open_location_picker description: FormField to pick one or more locations from open street map -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/mo-ah-dawood/open_location_picker environment: