Null safety support
- Update dependencies
- Fix in
GeoSerie
line geojson serialization
Fix geojson serialization
- Remove some deprecated serialization methods
- Use extra_pedantic for static analysis
Provide support for deprecated geojson serializers
- Make the name and type parameters optional in
GeoSerie
constructor - Improve the toString method for
GeoPoint
- Rename the geojson serializers
- Add the
toLatLng
method toGeoPoint
- Add geojson serializers
Add the toLatLng
method to GeoSerie
Add the toStringsMap
method to GeoPoint
- Update dependencies
- Add pedantic to analysis options
- Use
<String, dynamic>
return type fortoMap
mathods - Update tests
- Add tests
- Minor fixes
- Downgrade to
meta
1.1.6 to be compatible withflutter_test
- Add missing meta dependency
Breaking change: remove the Geolocator and Flutter dependencies, converting this to a pure Dart library
- Apply more strict linting rules
- Improve docstrings
Initial release