flutter_install_plugin icon indicating copy to clipboard operation
flutter_install_plugin copied to clipboard

A flutter plugin for install apk for android; and using url to go to app store for iOS.

Results 36 flutter_install_plugin issues
Sort by recently updated
recently updated
newest added

`android plugin(24742): installApk /data/user/0/com.example/apk/example.apk com.example` `install apk error: PlatformException(IllegalArgumentException, Failed to find configured root that contains /data/data/com.example/apk/example.apk,null,null)` 上下两个路径不一致,是什么原因?

install apk error: MissingPluginException(No implementation found for method installApk on channel install_plugin) 但是实际上方法都不带报错的。应该是成功了。就是没法执行。一执行到就提示插件找不到

请问自动安装后怎么删除apk文件呢? 谢谢!

Xcode's output: ↳ /Users/songzhaojie/.pub-cache/hosted/pub.flutter-io.cn/install_plugin-2.0.0/ios/Classes/InstallPlugin.m:2:9: fatal error: 'install_plugin/install_plugin-Swift.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.

wontfix

install apk error: PlatformException(IllegalArgumentException, Couldn't find meta-data for provider with authority com.suyetech.sy_im.fileProvider.install, null)

No podspec found for `install_apk_plugin` in `.symlinks/plugins/install_apk_plugin/ios` iOS模拟器跑不起来,是因为only for andorid么?

与百度地图的插件flutter_bmfmap有冲突,无法同时存在