JulyWitch / animated_snack_bar

Easily show beautiful snack bars directly using overlays. Create custom snack bars and show them with awesome animations.
https://pub.dev/packages/animated_snack_bar
GNU General Public License v3.0
16 stars 12 forks source link

Fail when sidebar menu is used #6

Closed juanmigrau closed 1 year ago

juanmigrau commented 1 year ago

Hi! Our app includes some screens containing a sidebar menu (manually added, not from scaffold), and a view with its own navigator overlay. In these cases, the coordinates for the animatedPositioned are calculated taken into account the whole screen, but they are applied only to the view, causing the snackbar to be reduced. I don't know if it is possible to solve the problem, or an optional parameter like 'offset' or similar would be convenient.

JulyWitch commented 1 year ago

Hi Can you share some screenshots of it? Thank you for reporting this issue

JulyWitch commented 1 year ago

I'm closing this due to not adding enough information about the issue.