-
Notifications
You must be signed in to change notification settings - Fork 145
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
About cheking which dialog open #148
Labels
enhancement
New feature or request
Comments
dependencies:
flutter_smart_dialog: ^4.9.4
SmartDialog.config.checkExist(tag: "test"); |
Thanks, a lot. |
Hello, |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello is there is a way,if not please implement it. i have added backbutton interceptor and in that i want to check if SmartDialog.show(tag:"temp") is open then close it first. and perform some task.
In simple words find open dialogs with tag.
SmartDialog.dismiss(tag:"temp") closes dialog but didn't perform specific task after closing this dialog.
NOTE:- all task is on different file of backbutton handler so onDismis is also work here
Thanks
The text was updated successfully, but these errors were encountered: