app_uninstaller

Last updated:

0 purchases

app_uninstaller Image
app_uninstaller Images
Add to Cart

Description:

app uninstaller

Flutter plugin to uninstall android apps asynchronously #

A plugin to uninstall android apps(asynchronously).
Getting Started #

import the package in your application as below:

import 'package:app_uninstaller/app_uninstaller.dart';
copied to clipboard

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");
copied to clipboard
3 If user clicks 'Ok' button the returned value will be true else it will be false.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.