store_locator 1.1.0
store_locator: ^1.1.0 copied to clipboard
Store locator for Flutter. Allow to show stores (or POI) on map based on current map position.
1.1.0 2026.08.07 #
- Update
google_maps_flutterto 2.18.0 and align SDK constraints - Add
mapIdwhile retainingcloudMapIdas a deprecated alias - Fix camera callbacks so marker loading uses the current map position
- Merge markers by
MarkerIdand ignore stale asynchronous responses - Add an optional
onErrorcallback for failed marker requests - Expose the latest Google Maps configuration options
- Preserve markers supplied through
MapConfiguration - Modernize the example dependencies, platform targets, and web bootstrap
- Exclude development artifacts and the large demo GIF from the published archive
- Add package topics and update the supported platform versions
1.0.0 2024.09.17 #
- Add missing functions: onCameraMoveStarted, onCameraMove and onCameraIdle
- Pub update
- Improved example
0.0.6 2023.10.10 #
- Fixed README import error
0.0.5 2023.10.09 #
- Improved example
- Dart code formatted
0.0.4 2023.10.09 #
- Added code documentation
- Fixed imports
- Code reformatted
0.0.3 2023.10.07 #
- Improved README
- Added code documentation
0.0.2 2023.10.03 #
- Improved README
- Improved code readability
0.0.1 2023.10.03 #
- First release