- Migrate to
flutter_map
v4
- Reduce unnecessary widget rebuild of CurrentLocationLayer
- Add customize-able indicators feature, see CurrentLocationLayer.indicators
- Update example project
- Fix web supporting (#52)
- Update pubspec to specify supported platforms
- Update documentation
- Update changelog
- Add follow screen point control feature, see CurrentLocationLayer.followScreenPoint and CurrentLocationLayer.followScreenPointOffset
- Update example project
- Fix AnimatedLocationMarkerLayer curve and duration
- Rename CenterOnLocationUpdate to FollowOnLocationUpdate
- Update documentation
Thank to ch-muhammad-adil
- Update readme
- Use lastKnownPosition as initial value of default position stream (#49)
- Auto require permission on getting default position stream
- Fix marker not showing after permission approving (#50)
- Accept null value for CurrentLocationLayer.positionStream and CurrentLocationLayer.headingStream
- Rename LocationMarkerDataStreamFactory.geolocatorPositionStream to LocationMarkerDataStreamFactory.fromGeolocatorPositionStream and LocationMarkerDataStreamFactory.compassHeadingStream to LocationMarkerDataStreamFactory.fromCompassHeadingStream
- Update dependencies
- Update documentation
Thank to LeonTenorio
- Update changelog
- Migrate to
flutter_map
v3 - BRAKING CHANGE Remove LocationMarkerLayer , LocationMarkerLayerWidget , LocationMarkerPlugin and LocationMarkerLayerOptions classes
- Add CurrentLocationLayer , AnimatedLocationMarkerLayer , LocationMarkerLayer and LocationMarkerStyle classes
- Update dependencies
- Update documentation
- Migrate to
flutter_map
v2 - Update dependencies
- Fix MissingPluginException for web
Thank to NamanShergill
- Update dependencies
- Update documentation
- Support navigation mode, see this example
- Update documentation
- Update documentation
- Update dependencies
- Migrate to
flutter_map
v1 - BRAKING CHANGE Change rebuilt signal streams' type from Stream to Stream
- Update dependencies
- Add LocationMarkerLayerOptions.markerDirection option to define the behavior of the marker rotation
- Change the LocationMarkerLayerOptions.marker widget pointing to always phone top instead of to north
- Update dependencies
- Update documentation
- Update example project
- Fix heading sector repaint condition
Thank to Simone Masoero
- Fix heading sector spin unexpectedly
- Add heading sector animation
- Hide marker if the widget received an error event from LocationMarkerLayerOptions.positionStream
- Improve stability by caching options in widget state to prevent re-subscripting to position stream thousand times in a second
- LocationMarkerPlugin.centerCurrentLocationStream accept null zoom level which indicate remaining the zoom level unchanged
- Improve user experience, auto center current location action does not stop zooming setting through LocationMarkerPlugin.centerCurrentLocationStream now
- 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
andheadingStream
parameters so the application have more control of these streams
- LocationMarkerPlugin()
do not accept
Thank to Ondřej Synáček
- Accept callback for handling geolocator error
- Resubscribe position stream on location settings change
Thank to Ondřej Synáček
- Update dependencies
- BRAKING
CHANGE LocationMarkerPlugin()
parameter is renamed from
locationOptions
tolocationSettings
and its type is changed toLocationSettings
- Update dependencies
- Update dependencies
- Migrate to null-safety
- BRAKING CHANGE Remove deprecated code
- LocationMarkerPlugin()
do not accept
geolocationPermissions
parameter anymore
- LocationMarkerPlugin()
do not accept
- Wrap direction indicator into an IgnorePointer widget
- Dispose internal animation controller on map layer dispose
- Update dependencies
- Update dependencies
- Fix possible null error
- Update dependencies
- LocationMarkerPlugin() do not need to specify permissions anymore
- Fix NoSuchMethodError when calling
LocationMarkerLayerWidget(options: null)
- Add default value to LocationMarkerLayerWidget() parameters
- Update example project: use new style to create layer
- Add a screenshot into README.md
- Improve README.md
- Update dependencies
- Format code using
dartfmt -w
- Initial release.