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
Thank you ! @shenlanchenwei
Turn off obfuscation or add the code "- keep class com.fluent_ webview_ Plugin. * * {*;}" in the obfuscation file, this problem is solved.
Activity
hacjy commentedon Nov 10, 2021
I have same question.
shenlanchenwei commentedon Nov 10, 2021
Android obfuscation program causes this problem, closing it can solve this problem
hacjy commentedon Nov 10, 2021
Thank you ! @shenlanchenwei
Turn off obfuscation or add the code "- keep class com.fluent_ webview_ Plugin. * * {*;}" in the obfuscation file, this problem is solved.
shenlanchenwei commentedon Dec 13, 2021
The namespace is not "com.fluent_ webview_ Plugin", it should be "-keep class com.flutter_webview_plugin.** { *; }"
^_^