flutter_map_location_marker 0.0.7
flutter_map_location_marker: ^0.0.7 copied to clipboard
A flutter map plugin for displaying device current location.
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.