- fix no-element exception when href is absent
- update Dart SDK to 2.19 or later
- update XML to 6.3.0
- fixed missed symbol during writing
- update Dart SDK to 2.17.0 or later
- update XML to 6.1.0
- fix reading with missing tags (version, creator)
- Fix GpxReader to read CDATA elements
- Add option to KmlWriter to specify (absolute, clampToGround, relativeToGround)
- BREAKING CHANGE: This version requires Dart SDK 2.12.0 or later (null safety).
- update XML to min v5.0.0
- fix hashCode calculation for gpx types
- update Dart SDK requirements to min. v2.3.0
- fix gps fixing tag (FixType - 2d, 3d, dgps, none, pps)
- add comments for GPX fields
- update Xml package to 4.3.0
- add comments
- fix formatting
- fix kml writer for empty metadata
- add extensions support
- fix person tag
- add wpt.ageofdgpsdata, wpt.geoidheight, wpt.dgpsid, wpt.fix, wpt.sym
- add wpt.extensions support
- fix lint issues
- add kml writer (export from Gpx into KML)
- fix lint issues
- Initial release - reader, writer for GPX-files