flutter_install_plugin
flutter_install_plugin copied to clipboard
A flutter plugin for install apk for android; and using url to go to app store for iOS.
flutter sdk版本 2.5.3 不支持,插件需要升级了
* What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher. The following dependencies do not satisfy the required version: project ':install_plugin' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20
android11 第一次授权安装闪退,以下没问题
flutter 2.5.1 The plugins ` install_plugin` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support...
Null safety with passing unit tests.
``` install apk error: PlatformException(IllegalArgumentException, Couldn't find meta-data for provider with authority com.jio.jioplay.tv.fileProvider.install, null) ``` I am passing apk path and its package name(If I am right it is equal...