app_installer_ohos 1.0.0 copy "app_installer_ohos: ^1.0.0" to clipboard
app_installer_ohos: ^1.0.0 copied to clipboard

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

app_installer_ohos #

Flutter插件,用于去应用市场安装应用&安装本地hap包

Usage #

dependencies:
    app_installer: any
    app_installer_ohos: any

Example #

import 'package:app_installer_ohos/app_installer.dart';

    _channel.invokeMethod('goStore', {
      'androidAppId': androidAppId,
      'iOSAppId': iOSAppId,
      'ohosAppId': ohosAppId,
      'review': review,
    });
	&
	_channel.invokeMethod('installApk', {'apkPath': apkPath});
0
likes
140
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_installer_ohos

Packages that implement app_installer_ohos