Last updated:
0 purchases
apps uninstaller
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.