flutter_map_location_marker 1.0.0-nullsafety.0
flutter_map_location_marker: ^1.0.0-nullsafety.0 copied to clipboard
A flutter map plugin for displaying device current location.
[1.0.0-nullsafety.0] - Migrate to Null-Safety #
- Migrate to null-safety
- BRAKING CHANGE Remove deprecated code
- LocationMarkerPlugin() do not accept
geolocationPermissions
parameter anymore
- LocationMarkerPlugin() do not accept
[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 #
- Update dependencies
- LocationMarkerPlugin() do not need to specify permissions anymore.
[0.0.4] - Fix Bug #
- Fix NoSuchMethodError when calling
LocationMarkerLayerWidget(options: null)
[0.0.3] - New Style #
- Add default value to LocationMarkerLayerWidget() parameters
- Update example project: use new style to create layer
[0.0.1+1] - Reformat Code #
- Format code using
dartfmt -w
[0.0.1] - Initial Release #
- Initial release.