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

PlatformAndroid

A comprehensive Flutter plugin for managing and interacting with installed applications on Android devices. This plugin provides functionality to retrieve detailed information about all installed app [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_app_manager: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_app_manager/flutter_app_manager.dart';
4
likes
135
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter plugin for managing and interacting with installed applications on Android devices. This plugin provides functionality to retrieve detailed information about all installed apps, including system and user-installed applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_app_manager

Packages that implement flutter_app_manager