micmar
Results
2
comments of
micmar
Hello, we experienced the same issue, but we think that we could solve it by replacing startActivityForResult (deprecated) and onActivityResult with registerForActivityResult @MaikuB would you consider a PR if we...
@MaikuB IMHO the conflicting dependencies problem is due from the fact that flutter_appauth requires the main activity to inherit from FlutterActivity, while other packages require to inehrit from FlutterFragmentActivity. Now...