geos 1.1.2
geos: ^1.1.2 copied to clipboard
A set of classes useful in geographical context.
1.1.2 #
Release date: 2021-05-06.
- Fixed a minor issue.
1.1.1 #
Release date: 2021-05-06.
- In the
Place.fromMap(Map<String, dynamic> map)constructor, theList<dynamic> map['tags']list is now castedas List<String>.
1.1.0 #
Release date: 2021-02-23.
- Breaking change. Removed
latitudeandlongitudefields ofPlaceclass. Now the position is stored in theLatLng positionfield (LatLngis a class from google_maps_flutter package).
1.0.0 #
Release date: 2021-02-17.
- Stable null safety release.
0.1.0-nullsafety.3 #
Release date: 2021-01-26.
- Removed
@immutableannotation for thePlaceclass.
0.1.0-nullsafety.2 #
Release date: 2021-01-26.
- Added repository reference.
0.1.0-nullsafety.1 #
Release date: 2021-01-25.
- First pre-release.
- Added
Placeclass.