osm_search_and_pick 0.3.1
osm_search_and_pick: ^0.3.1 copied to clipboard
A flutter place search and location picker plugin that uses Open Street Map.
0.3.1 #
- Fix Images
0.3.0 #
- Added support for multiple Zones (Circles) with custom radius, color, and borders.
- Added support for multiple custom Pins with icons, titles, and details.
- Added Preview Mode (
isReadOnly) to use the map as a viewer without picker/search UI. - Added custom Background Color for the search bar and results container.
- Supported Dynamic Updates for all map elements.
- Improved Zones: Radii now use meters (
useRadiusInMeter: true) for accurate scaling. - Interactive Markers: Pins and zones now support tap interactions to show/hide details.
- Customizable Details: Added
detailWidget,title, anddetailfields toZoneDataandPinDatafor flexible popup designs.
0.2.1 #
- Added custom
userAgentPackageNamein Http client and TileLayer to comply with OpenStreetMap Tile Usage Policy (Fixes 403 Forbidden errors). - Added map customization properties:
initialZoom,minZoom,maxZoom. - Added ability to use custom tile servers via
tileUrlTemplate. - Added
borderRadiusandelevationproperties to customize the main action button UI. - Added visibility controls for UI elements:
showZoomButtons,showCurrentLocationButton,showSearchBar,showSetLocationButton. - General UI styling improvements.
0.2.0 #
- Upgraded dependencies to latest stable versions.
- Minimum Dart SDK updated to 3.4.4.
- Breaking changes: Migrated to
flutter_mapv8 (updatedMapOptionsandMapControllerusage). - Modernized example app with Material 3 and
super_parameters. - Stability improvements and code cleanup.
0.1.1 #
- Original version.
0.1.0 #
- Huge customizations
- Bug fixes.