Michael-M-aher / location_picker_flutter_map

A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
MIT License
23 stars 48 forks source link

Bug: Searchbar sometimes changes after result #42

Closed frieder-audriga closed 2 months ago

frieder-audriga commented 4 months ago

Using version 3.0.1 of this library, tapping a search result in the search bar can sometimes result in a different result being displayed:

Example:

Expected Behavior:

Observed Behaviour:

This happens with different stores that are located in train stations or shopping centers too.

I think the root cause is that tapping the result will

So maybe if the result of the search that has been tapped can be re-used in onLocationChanged, this issue could be avoided.

Michael-M-aher commented 2 months ago

fixed on version 3.1.0 ✅