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.

2
likes
110
pub points
21%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on apps_uninstaller