- BRAKING CHANGE Remove flutter_compass dependency, replaced by flutter_rotation_sensor
- Remove debug prints (#128)
- Improve performance by reducing unnecessary rebuilt (#123)
- Add LocationMarkerStyle.alignment option (#124)
Thank to codeOfJannik
- Migrate to
flutter_map
v7
- Export IncorrectSetupException, PermissionDeniedException, PermissionRequestingException, ServiceDisabledException (#111)
Thank to mishkov
- Fix widget reusability to allow multiple initializations (#109)
- Fix error of Geolocator.getLastKnownPosition() on web (#108)
- Fix unnecessary re-subscription on widget update (#106)
- Fix the use of unmounted widget's context (#103, #104)
- Update dependencies
Thank to stefcon & pgebert
- Fix the use of unmounted widget's context (#103)
- Fix repeated requests to enable location service (#77, #102)
- Fix error of Geolocator.getServiceStatusStream() on web (#101)
- Update dependencies
- Fix error about AnimationController be disposed more than once (#96)
- Combine followScreenPoint and followScreenPointOffset to focalPoint in CurrentLocationLayer class
- Rename followCurrentLocationStream to alignPositionStream in CurrentLocationLayer
- Rename followOnLocationUpdate to alignPositionOnUpdate in CurrentLocationLayer
- Rename followAnimationDuration to alignPositionAnimationDuration in CurrentLocationLayer
- Rename followAnimationCurve to alignPositionAnimationCurve in CurrentLocationLayer
- Rename turnHeadingUpLocationStream to alignDirectionStream in CurrentLocationLayer
- Rename turnOnHeadingUpdate to alignDirectionOnUpdate in CurrentLocationLayer
- Rename turnAnimationDuration to alignDirectionAnimationDuration in CurrentLocationLayer
- Rename turnAnimationCurve to alignDirectionAnimationCurve in CurrentLocationLayer
- Update dependencies
- Update documentation
- Fix LateInitializationError when requesting permission (#92)
- Fix performance issue (#91)
- Update dependencies
- Migrate to
flutter_map
v6 - Shorten default heading sector animation duration
Thank to bramp
- Update dependencies
Thank to dpatrongomez
- Add parameter
requestPermissionCallback
to LocationMarkerDataStreamFactory.defaultPositionStreamSource() (#78) - Fix indicators
Thank to SalihCanBinboga
- Fix error with null heading (#74)
Thank to LeonTenorio
- Fix heading accuracy (#72)
- Migrate to
flutter_map
v5
- 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.