Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-dawood committed Jun 15, 2022
1 parent d6cac09 commit 56f9048
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "0.1.3"
path:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion lib/src/location_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class FormattedLocation with _$FormattedLocation {
"coordinates": multiPolygon
.map((e) => e.map((k) => k.map((l) => l.toGeoPoint())))
.toList(),

},
)
};
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 56f9048

Please sign in to comment.