location_picker_flutter_map 3.1.0
location_picker_flutter_map: ^3.1.0 copied to clipboard
Package that provides Place search and Location picker for flutter maps with a lot of customizations using Open Street Map
3.1.0 #
- Migrate from
GeolocatortoLocationpackage. - Fix initial location not being set when
initialLocationis provided. - Fix infinite loading screen when user location is turned off.
- Add
mapLayersproperty to allow users to add custom layers to the map. - Add
nominatimHostproperty to allow users to change the default Nominatim host. - Improve performance.
- Update dependencies
3.0.1 #
- Fix error of Geolocator.getServiceStatusStream() on web
- Update dependencies
3.0.0 #
- Fix
Buffer parameter must not be nullissue. - Fix
onChangednull value issue. - Add
countryFilterthat allows filtering search results to specific countries
2.1.0 #
- Improve performance.
- Reduce tile loading durations (particularly on the web).
- Reduce users' (cellular) data and cache space consumption.
2.0.0 #
- Add
onchangedfunction that returnspickedDatawhen the user change marker location on map. - Add
searchbarDebounceDurationproperty. - Upgrade flutter_map to 6.0.1.
- Remove subdomains from the default OSM URLs.
- Update other dependencies.
1.2.2 #
- SetLocationError handling
- Support more customizations for Select Location button Text
- Remove loading when the current location is changed.
- Remove SafeArea from map
- Added maxBounds
- Update dependencies
1.2.1 #
- Added OSM copyrights Badge
- Support more customizations for Select Location button and Search bar
- Update dependencies
1.2.0 #
- Add Current Location Pointer
- Update dependencies
1.1.5 #
- Improve Animations
1.1.4 #
- Fix error zoom buttons and locate me button not working
1.1.3 #
- Fix Ticker error
- Remove Address class
- Add Map
addressDatatopickedDataresponse
1.1.2 #
- Add
roadproperty toAddressclass - Add
suburbproperty toAddressclass
1.1.1 #
- Fix issues with new flutter_map update
- Add
mapLoadingBackgroundColorproperty
1.1.0 #
- Improve performance
- Support multiple languages using
mapLanguage - Make controls position directional
- Use default app styles and theming instead of explicit values
- Make all controls optional by adding
showSelectLocationButtonandshowSearchBar - Add a new class for Address with all address details
- Add
searchBarHintTextproperty - Add
addressDatatopickedDataresponse - Add
onErrorproperty and improve error handling - BREAKING CHANGES
- Replaced
mapIsLoadingwithloadingWidget - Replaced
selectLocationButtonColorwithselectLocationButtonStyle
- Replaced
1.0.3 #
- Improve performance
1.0.2 #
- Fixed infinite loading screen when user location is turned off
1.0.1 #
- Fixed formatting issue of loading_widget
1.0.0 #
- Implemented and tested the whole plugin and make sure everything works correctly