We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is lovely! Is there any way to get the confetti displaying over a dialog?
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I believe this should be possible. Take a look at Flutter overlays - https://api.flutter.dev/flutter/widgets/Overlay-class.html
If I have time in the future I might update the package to include overlays by default. But for now, it might be possible to create your own overlay.
Sorry, something went wrong.
Stack( children: [ Dialog(), Align(child: ConfettiWidget()), ], )
I was looking for something like this too. I wrote a function that would achieve this that is similar to showDialog. I call it showConfettiDialog.
showDialog
showConfettiDialog
https://gist.github.com/derekedelaney/0bd36b370daceaf56712a22bd097cdc8
funwithflutter
No branches or pull requests
This is lovely! Is there any way to get the confetti displaying over a dialog?
The text was updated successfully, but these errors were encountered: