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

here is my code: ``` void executeDownloadAndInstall( String platform, String versionName, DownloadModel model) async { final Directory directory = await getExternalStorageDirectory(); final String saveDir = '${directory.path}'; print(saveDir); String filePath =...

解析错误,解析程序包时出现问题。 用外部浏览器下载包没有问题,app内部下载用这个插件安装就出现解析错误 D/android plugin(17226): installApk /data/data/com.aaa.bbb/cache/app.apk com.aaa.bbb D/FlutterView(13737): Detaching from a FlutterEngine: io.flutter.embedding.engine.FlutterEngine@36bccd6e W/InputMethodManager(13737): startInputInner : InputBindResult == null

FAILURE: Build failed with an exception. * Where: Build file '/Users/xx/.pub-cache/hosted/pub.flutter-io.cn/flutter_plugin_android_lifecycle-1.0.5/android/build.gradle' line: 22 * What went wrong: A problem occurred evaluating root project 'flutter_plugin_android_lifecycle'. > Failed to apply plugin [id...

PlatformException(NullPointerException, Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference, null)

[!] Unable to determine Swift version for the following pods: - `install_plugin` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION` attribute...

I am having trouble working on devices. In genymotion it works normal, but in my device I can't make it work. > install apk error: PlatformException(NullPointerException, Attempt to invoke virtual...

插件版本是最新的 安卓版本为7.1.2 安装成功但是返回{isSuccess: false, errorMessage: Install Cancel} 安装过程中并没有做任何操作

When I install 2 other apps at the same time, it crashed my app. Please fix this issue ` E/AndroidRuntime(17875): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1024, result=-1, data=Intent { (has...