app_uninstaller 0.4.1 copy "app_uninstaller: ^0.4.1" to clipboard
app_uninstaller: ^0.4.1 copied to clipboard

Flutter plugin to uninstall android apps.

Flutter plugin to uninstall android apps asynchronously #

Pub

A plugin to uninstall android apps(asynchronously).

Getting Started #

  1. import the package in your application as below:
import 'package:app_uninstaller/app_uninstaller.dart';
  1. call the 'Uninstall' method with application's 'package name' as a parameter:

To get the list of the apps installed on the device:

var isUninstalled = await AppUninstaller.Uninstall("com.google.android.gm");

3 If user clicks 'Ok' button the returned value will be true else it will be false.

11
likes
20
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to uninstall android apps.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on app_uninstaller