geos 1.3.1
geos: ^1.3.1 copied to clipboard
A set of classes useful in geographical context.
1.3.1 #
Release date: 2021-06-19.
- Added
string()method toCountryenumeration. - Added an extension method on
Stringclass in order to try to convert it to aCountryvalue.
1.3.0 #
Release date: 2021-06-19.
- Added
Countryenumeration. - Minimum Dart SDK was updated to
2.13.3version and Flutter to2.2.2version.
1.2.0 #
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.