MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
273 stars 246 forks source link

Allows for remote webview debugging in release apk #449

Closed javeke closed 1 year ago

javeke commented 1 year ago

I noticed that when I built a release version of my app and use the flutter_appauth package for logging in, I was able to use my Chrome browser to conduct remote webview debugging at chrome://inspect/#devices.

I've seen where the flutter_webview package provides a parameter to control this behaviour by disabling/enabling at will. Does the flutter_appauth package provide any similar option to disable remote webview debugging?

MaikuB commented 1 year ago

There is no such capability available and a reminder that this plugin is a wrapper for native SDKs maintained by others on the development community. I don't know if they support it but I doubt it as what is opened isn't a webview and to implies a lack of security. If they happen to do so then you this something you would need to do research for it and contribute in adding. Closing this as I doubt it's possible and also not something I'd be looking into myself