app_installer 1.2.1 copy "app_installer: ^1.2.1" to clipboard
app_installer: ^1.2.1 copied to clipboard

A new Android + iOS app installer plugin , supports opening app stores and editor reviews, as well as installing Apk files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_installer

With Flutter:

 $ flutter pub add app_installer

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

dependencies:
  app_installer: ^1.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:app_installer/app_installer.dart';
67
likes
0
points
2.02k
downloads

Publisher

verified publisherbyteszero.cn

Weekly Downloads

A new Android + iOS app installer plugin , supports opening app stores and editor reviews, as well as installing Apk files.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on app_installer