Skip to content

Latest commit

 

History

History
140 lines (85 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

140 lines (85 loc) · 5.22 KB

[4.1.0] - Improve Behavior

  • Support navigation mode, see this example
  • Update documentation

[4.0.1+1] - Update Documentation

  • Update documentation

[4.0.1] - Update Dependencies

  • Update dependencies

[4.0.0] - Update Dependencies

  • BRAKING CHANGE Change rebuilt signal streams' type from Stream to Stream
  • Update dependencies

[3.1.0] - Improve Behavior

  • Add [LocationMarkerLayerOptions.markerDirection] option to define the behavior of the marker rotation

[3.0.3] - Improve Behavior

[3.0.2] - Update Documentation

  • Update documentation
  • Update example project
  • Fix heading sector repaint condition

Thank to Simone Masoero

[3.0.1] - Fix Bug

[3.0.0] - Expose Position and Heading Streams

  • BRAKING CHANGE Remove deprecated code
  • LocationMarkerPlugin() do not accept locationSettings parameters anymore. If this settings need to be changed, see this example
  • [LocationMarkerLayerOptions()] now accept positionStream and headingStream parameters so the application have more control of these streams.

Thank to Ondřej Synáček

[2.1.0] - Improve Behavior

  • Accept callback for handling geolocator error
  • Resubscribe position stream on location settings change

Thank to Ondřej Synáček

[2.0.2] - Improve Naming

[2.0.1] - Update Dependencies

  • Update dependencies

[2.0.0] - Update Dependencies

  • BRAKING CHANGE LocationMarkerPlugin() parameter is renamed from locationOptions to locationSettings and its type is changed to LocationSettings
  • Update dependencies

[1.0.0] - Update Dependencies

  • Update dependencies

[1.0.0-nullsafety.0] - Migrate to Null-Safety

  • Migrate to null-safety
  • BRAKING CHANGE Remove deprecated code

[0.0.9] - Improve User Experience

  • Wrap direction indicator into an IgnorePointer widget

[0.0.8] - Fix Bug

  • Dispose internal animation controller on map layer dispose
  • Update dependencies

[0.0.7] - Update Dependencies

  • Update dependencies

[0.0.6] - Fix Bug

  • Fix possible null error

[0.0.5] - Update Dependencies

[0.0.4] - Fix Bug

[0.0.3] - New Style

[0.0.2+1] - Improve ReadMe

[0.0.2] - Update Dependencies

[0.0.1+1] - Reformat Code

  • Format code using dartfmt -w

[0.0.1] - Initial Release

  • Initial release.