You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to execute Dart code immediately after the native UIViewController has been dismissed when calling the addPass function. This would be helpful for example to refresh the UI after a pass has been added to the wallet.
Solution Brainstorm
I've created a draft PR, even though I'm not very fluent in Swift. This is potentially a breaking change, so it might be useful to add a boolean parameter (e.g. waitForDismissal) to be backward compatible if you think it's worth it.
Are you willing to submit a PR?
Yes, but I'll need guidance
The text was updated successfully, but these errors were encountered:
Package
apple_passkit
Problem Statement
It's not possible to execute Dart code immediately after the native UIViewController has been dismissed when calling the
addPass
function. This would be helpful for example to refresh the UI after a pass has been added to the wallet.Solution Brainstorm
I've created a draft PR, even though I'm not very fluent in Swift. This is potentially a breaking change, so it might be useful to add a boolean parameter (e.g. waitForDismissal) to be backward compatible if you think it's worth it.
Are you willing to submit a PR?
Yes, but I'll need guidance
The text was updated successfully, but these errors were encountered: