Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.