Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: show flash behind the bottom navigation bar #42

Closed
aboutandre opened this issue Mar 8, 2022 · 1 comment
Closed

Question: show flash behind the bottom navigation bar #42

aboutandre opened this issue Mar 8, 2022 · 1 comment

Comments

@aboutandre
Copy link

Hey,
thanks for the great package!

As the title says is it possible to show the flash behind the bottom navigation bar? While the flash is sliding-in it hides/overlaps the bottom nav bar. We want to have our nav bar visible at all times.

Is this possible? Is there something against it (technically or UX)?

Thanks in advance and keep on rocking! ;-)

@sososdk
Copy link
Owner

sososdk commented Mar 9, 2022

Hi @aboutandre :

  • Set margin to make it visible.
    Flash(
      margin: const EdgeInsets.only(bottom: xxx),
      ...
    )
  • Or wrap the body with Overlay, and show flash in you custom Overlay.

@sososdk sososdk closed this as completed Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants