-
Notifications
You must be signed in to change notification settings - Fork 144
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
bindPage为true的时候,出现页面跳转,此时,onDismiss()方法不会触发 #162
Labels
bug
Something isn't working
Comments
只是隐藏了,你回到这个页面的时候还会出现,并不是关闭了 |
路由使用push的时候确实是隐藏的,但是如果使用的是pushUntil(),或者pushNamedAndRemoveUntil()这种,会把之前的page出栈的方式,此时onDismiss()也是不会触发的 |
dependencies:
flutter_smart_dialog: ^4.9.5+2 |
晚点check一下,感谢fix
…------------------ 原始邮件 ------------------
发件人: "fluttercandies/flutter_smart_dialog" ***@***.***>;
发送时间: 2023年12月16日(星期六) 下午5:02
***@***.***>;
***@***.******@***.***>;
主题: Re: [fluttercandies/flutter_smart_dialog] bindPage为true的时候,出现页面跳转,此时,onDismiss()方法不会触发 (Issue #162)
试下新版本
dependencies: flutter_smart_dialog: ^4.9.5+2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bindPage为true的时候,出现页面跳转,此时,onDismiss()方法不会触发,但是dialog已经跟随page而消失了
The text was updated successfully, but these errors were encountered: