akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.38k stars 381 forks source link

fixed #68 by adding Overflow.visible to stack #174

Open martyfuhry opened 4 years ago

martyfuhry commented 4 years ago

Fixes #68 by adding Overflow.visible to the main Stack. Tested and confirmed that it fixes the bug with Google Maps for me! Please give it a try.