pichillilorenzo / flutter_appavailability

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
https://pub.dartlang.org/packages/flutter_appavailability
MIT License
92 stars 89 forks source link

[Android] Other app name is not shown #20

Closed raveltan closed 3 years ago

raveltan commented 3 years ago

on .getInstalledApp() other app names and details was not shown, it only shows the current app created.

Is is something to do with debug mode?

raveltan commented 3 years ago

It turn's out that this is a problem with the android 11 needing add extra permission to the manifest.