dxvid-pts / miniplayer

A lightweight flutter package to simplify the creation of a miniplayer.
https://pub.dev/packages/miniplayer
MIT License
107 stars 79 forks source link

Expanded view dismisses on any tap #19

Open zeddyyz opened 3 years ago

zeddyyz commented 3 years ago

I love using the package! I'm implementing a YouTube like player and everything works perfectly, however when view is expanded it gets dismissed on a tap on any part of the view. I'm not using the onDismissed or onDismiss property. I tried examining the native code to attempt to make changes but was unsuccessful.

Sparsh327 commented 2 years ago

@zeddyyz you can wrap the whole expanded view widget with gesture detector and assign null to its onpressed property