Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efdb8bc

Browse files
committedOct 16, 2024
chore: update on comment
1 parent 5ed0097 commit efdb8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/installed_apps.dart

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class InstalledApps {
1010
/// [excludeSystemApps] specifies whether to exclude system apps from the list.
1111
/// [withIcon] specifies whether to include app icons in the list.
1212
/// [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.
1314
///
1415
/// Returns a list of [AppInfo] objects representing the installed apps.
1516
static Future<List<AppInfo>> getInstalledApps([

0 commit comments

Comments
 (0)
Please sign in to comment.