tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
97 stars 81 forks source link

onPositionChanged has been added. #57

Closed azaderdogan closed 1 year ago

azaderdogan commented 1 year ago

hello, the project may also want to use the Location package. but this leads to process conflict. therefore, the user may want to receive this information when the location changes. I made an improvement in this section. I hope that will be useful.

tlserver commented 1 year ago

Why it leads to process conflict? The widget accept stream as input, you can always create your own stream and pass it into the widget. See also FAQ.