flutter_package_installer 0.0.1 copy "flutter_package_installer: ^0.0.1" to clipboard
flutter_package_installer: ^0.0.1 copied to clipboard

PlatformAndroid

Offers the ability to install, upgrade, and remove applications on Android devices.

flutter_package_installer #

Offers the ability to install, upgrade, and remove applications on Android devices.

Getting Started #

This project binds to the Android PackageInstaller API to allow installing, upgrading, and removing applications on Android devices.

Usage #

To use this plugin, add packageinstaller as a dependency in your pubspec.yaml file.

dependencies:
  flutter_package_installer: ^0.0.1

Installing an APK #

To install an APK, use the installFromFile method:

import 'package:flutter_package_installer/flutter_package_installer.dart';

await PackageInstaller().installFromFile(file);
0
likes
160
pub points
55%
popularity

Publisher

verified publisherfelipheallef.dev

Offers the ability to install, upgrade, and remove applications on Android devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_package_installer