hui-z / flutter_install_plugin

A flutter plugin for install apk for android; and using url to go to app store for iOS.
MIT License
103 stars 111 forks source link

安装失败:MissingPluginException(No implementation found for method installApk on channel install_plugin) #20

Closed read0nly closed 5 years ago

read0nly commented 5 years ago

安装失败:MissingPluginException(No implementation found for method installApk on channel install_plugin)

InstallPlugin.installApk(path, 'com.****.app').then((result) { print('install apk $result'); }).catchError((error) { print("安装失败:$error"); CommonUtils.showToast(msg: "安装失败:$error"); });

manburenshenglu commented 4 years ago

你好,你最后是怎么解决的这个问题

LucasVaa commented 3 years ago

球球了,我也想知道