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
If app has a background part, plugin for android cause an app crash, because VariableAppIconPlugin.kt onAttachedToActivity don't works in the background and MethodChannel won't be initialized.
I did a fork and fixed it