apk_install 1.0.1 copy "apk_install: ^1.0.1" to clipboard
apk_install: ^1.0.1 copied to clipboard

PlatformAndroid

This is a toolkit for installing and updating APKs on the Android platform, used only for upgrading your own app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apk_install

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  apk_install: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:apk_install/apk_install.dart';
0
likes
160
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

This is a toolkit for installing and updating APKs on the Android platform, used only for upgrading your own app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on apk_install

Packages that implement apk_install