flutter_map_text_marker 0.1.0 flutter_map_text_marker: ^0.1.0 copied to clipboard
A flutter_map MapPlugin that gives a user the ability to add custom text markers to the map.
0.1.0 #
- Changed the way the TextMarkerOverlay stays on top of the map as a layer. It is now no longer a GestureDetector even when inactive so any layer underneath it will be usable.
0.0.3 #
- Added the ability to remove a
TextMarker
, with a confirmation SnackBar to the example project. - Added support for using a custom Widget for the dialog to show when adding a new item.
0.0.2 #
- Cleaned up the code.
- Modified the plugin description inside the pubspec.yaml file.
0.0.1 #
- The initial release of this package adds the base functionality to add multiple text markers to a map.
- Future releases will improve overall code quality and add new features, such as customization of marker's text style, the ability to edit the marker's text and a customizable pop-up dialog to add/edit markers.