installed_apps 0.0.4 copy "installed_apps: ^0.0.4" to clipboard
installed_apps: ^0.0.4 copied to clipboard

outdated

Flutter plugin to get list of installed apps, with other app utitlities. (Currently Android only)

Installed Apps #

Get list of installed apps. (Currently only Android is supported)

Getting Started #

Import package

import 'package:installed_apps/installed_apps.dart';
import 'package:installed_apps/app_info.dart';

Get list of installed apps #

List<AppInfo> apps = await InstalledApps.getInstalledApps();

Start app with package name #

InstalledApps.startApp("com.sharmadhiraj.installed_apps")

Open app settings screen (App Info) with package name #

InstalledApps.openSettings("com.sharmadhiraj.installed_apps")

More updates coming soon !!! #

63
likes
30
pub points
94%
popularity

Publisher

verified publishersharmadhiraj.com

Flutter plugin to get list of installed apps, with other app utitlities. (Currently Android only)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on installed_apps