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:remove_app/remove_app.dart';
- 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.