Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Releases: synw/geojson

0.5.0

08 Aug 10:40
Compare
Choose a tag to compare

Breaking change: prefix all classes names by GeoJson

0.4.0

08 Aug 07:47
Compare
Choose a tag to compare

Add a reactive api with streams to retrieve features as soon as they are parsed

0.3.0

06 Aug 23:04
Compare
Choose a tag to compare
  • Run the parser in an isolate
  • Add a feature.length getter
  • Upgrade dependencies
  • Add examples for drawing on a Flutter map

0.2.3

31 Jul 05:43
Compare
Choose a tag to compare
  • Add tests
  • Fix coordinates in getPoint
  • Fix name parameter for Point
  • Fix unsupported feature exception throw

0.2.2

31 Jul 03:54
Compare
Choose a tag to compare
  • Add custom exception for unsupported features
  • Use type parameter for feature geometry instead of dynamic
  • Avoid failure when no json properties are found

0.2.1

28 Jul 03:30
Compare
Choose a tag to compare
  • Api changes: use dedicated data structures and cover all the spec
  • Fix inverted latitude and longitude #2

0.1.0

19 Jul 08:42
Compare
Choose a tag to compare
Update readme