longpress_popup 3.0.0
longpress_popup: ^3.0.0 copied to clipboard
This Flutter package extends flutter_map to easily show customizable popups when markers are long-pressed. It lets you add images, text, and buttons, and provides methods to programmatically show or h [...]
Changelog #
All notable changes to this project will be documented in this file. The format is based on Semantic Versioning.
3.0.0 - 2024-06-15 #
Added #
- Added
AnchorAlignsupport and related APIs to control marker anchor/alignment behavior. - Added richer popup option handling in the example app (snap/alignment controls and multi-popup behavior toggles).
Changed #
- Refactored package and example integration to align with newer
flutter_mapAPIs. - Updated popup/marker layer option plumbing and controller usage across core
lib/srccomponents.
Deprecated #
- None.
Removed #
- No public features removed in this release.
2.0.0 - 2023-08-24 #
Added #
- New feature: [Describe the new feature or enhancement briefly]
- Support for Flutter Map version 5.0.0
- Updated LatLng2 to version 0.9.0
Changed #
- [Describe notable changes or improvements in this release]
- [Include any changes that might affect user behavior]
Deprecated #
- [List any deprecated features or functionalities]
Removed #
- [List any removed features or functionalities]
Fixed #
- [List bug fixes or issues that have been resolved]