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.