apps_uninstaller 0.0.1 copy "apps_uninstaller: ^0.0.1" to clipboard
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 #

  1. import to uninstall package in your application as below:

import 'package:apps_uninstaller/apps_uninstaller.dart';

use #

  1. 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 #

  1. 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.

3
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on apps_uninstaller