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
pub points
46%
popularity

Publisher

unverified uploader

Flutter plugin to uninstall android apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on app_uninstaller