remove_app 1.0.1 copy "remove_app: ^1.0.1" to clipboard
remove_app: ^1.0.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:remove_app/remove_app.dart';
  1. call the 'Uninstall' method with package name as a parameter:

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

var appUninstalled= await RemoveApp.Uninstall("com.frendyapp.uninstall_app");

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

0
likes
20
pub points
0%
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 remove_app