According to: https://developer.android.com/reference/android/content/pm/PackageManager#getApplicationEnabledSetting(java.lang.String) The function getApplicationEnabledSetting() returns an int, not a bool. After changing the source code of the local .dart code in pub_cache of this addon it finally works.