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

outdated

Get list of installed apps.

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")

More updates coming soon !!! #

61
likes
0
pub points
94%
popularity

Publisher

verified publishersharmadhiraj.com

Get list of installed apps.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on installed_apps