Michael Bui

Results 562 comments of Michael Bui

This happens as a hot restart isn't a true restart. All the native side (e.g. the activity on Android) remains active whilst a hot restart is happening to reload all...

@SatyamKr07 i left a comment on #2212 but hadn't received a response. It is an old PR so can get that the author may not have been interested in revisiting...

I'm doubtful as there's also logic to add data to help identify if it the plugin should be the one processing callbacks when there multiple notification delegates. I believe the...

You're welcome to submit a PR and I'll then take a look

I understand that this at least allows catching the error so app doesn't crash but do you have details on why this issue is occurring to begin with and how...

My advice would be to see if relevant code changes could done on the [AppAuth iOS SDK](https://github.com/openid/AppAuth-iOS) itself. Whilst the plugin could be made resilient, it is a wrapper for...

@PollyGlot do you have a link to a repo hosting a minimal app that shows that what is there is deprecated and shouldn't be used? I updated the example app...

@burakJs this issue happens when desugaring hasn't been enabled and hence why the error says this as well. This is also why there are others in the thread that mentioned...

The steps you've mentioned are insufficient to reproduce as they've already been followed by the example app. Did you annotate the static/top-level method associated with the callback with `@pragma('vm:entry-point')`? This...

The logic to go to different screen is up to apps to implement. Whilst the example app is using the old navigator APIs, it shows that it is working. You'll...