fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
224 stars 364 forks source link

Gesture while using in ListView or SingleChildScrollView #52

Closed greenlite-devone closed 4 years ago

greenlite-devone commented 4 years ago

Map gestures aren't recognized when the PlacePicker widget is a child of ListView or SingleChildScrollView. adding

gestureRecognizers: Set()
            ..add(Factory<EagerGestureRecognizer>(
                () => EagerGestureRecognizer())),

to GoogleMap in GooglePlacePicker solves it

faithomotoso commented 4 years ago

Hi can I open a PR for this?

fysoul17 commented 4 years ago

@faithomotoso PR is always welcome ;)

fysoul17 commented 4 years ago

@greenlite-devone The issue has been solved and can be updated with version 0.10.0