apps_uninstaller 0.0.1
apps_uninstaller: ^0.0.1 copied to clipboard
If user clicks 'OK' button the returned value will be true else it will be false.
apps_uninstaller #
A new Flutter project.
Getting Started #
installation #
- import to uninstall package in your application as below:
import 'package:apps_uninstaller/apps_uninstaller.dart';
use #
- 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 MethodChannelAppsUninstaller().UninstallApp("com.example.testapplication");
here we go #
- If user clicks 'OK' button the returned value will be true else it will be false.
This package supports all platforms listed below. #
platforms: android: ios: linux: macos: web: windows:
This project is a starting point for a Flutter a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, which offers tutorials, samples, guidance on mobile development, and a full API reference.