We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed0097 commit efdb8bcCopy full SHA for efdb8bc
lib/installed_apps.dart
@@ -10,6 +10,7 @@ class InstalledApps {
10
/// [excludeSystemApps] specifies whether to exclude system apps from the list.
11
/// [withIcon] specifies whether to include app icons in the list.
12
/// [packageNamePrefix] is an optional parameter to filter apps with package names starting with a specific prefix.
13
+ /// [onlyAppsWithLaunchIntent] is an optional parameter to only include apps that have launch intent.
14
///
15
/// Returns a list of [AppInfo] objects representing the installed apps.
16
static Future<List<AppInfo>> getInstalledApps([
0 commit comments