flutter_map_location 0.12.0 flutter_map_location: ^0.12.0 copied to clipboard
flutter_map plugin to request and display the users location and heading on the map.
0.12.0 #
- Update flutter_map to support null safety, map rotation and latlong2 (#66)
- Add null safety (#66)
- Add map rotation support (#66)
- Use latlong2 package instead of latlong (#66)
Thanks to TheOneWithTheBraid for the contribution.
0.11.0 #
- BREAKING CHANGE: Plugin option
updateIntervalMs
of typeint
was removed. Instead the optionupdateInterval
of typeDuration
was added. Example: ReplaceupdateIntervalMs: 1000
byupdateInterval: Duration(seconds: 1)
. - Update flutter_compass to remove indirect rxdart dependency
0.10.0 #
- Switch from
location
togeolocator
package (#54)
Thanks to TheOneWithTheBraid for the contribution.
0.9.0 #
- Add
initiallyRequest
option to set if location should initially requested (#38)
Thanks to TheOneWithTheBraid for the contribution.
0.8.0 #
- BREAKING CHANGE: Integrated the marker layer into the plugin. The option
markers
is removed. AMarkerLayerOptions
outside of the plugin is not needed anymore. See update example for usage.
0.7.1+2 #
- Update dependencies
0.7.1+1 #
- Update dependencies
0.7.1 #
- Fix location marker is centered correctly (#29 by @sjmallon)
0.7.0+2 #
- Update dependencies
0.7.0+1 #
- Update dependencies
0.7.0 #
- Show larger circle for inaccurate location.
- Show heading for accurate location only.
- Add possiblity to change marker icon depending on the location accuracy.
- BREAKING CHANGE: All options return the type
LatLngData
instead ofLatLng
.
0.6.0 #
- Update flutter_compass to allow usage of geomagnetic rotation sensor as fallback on Android.
0.5.0 #
- First public development release.