install_plugin 2.0.1
install_plugin: ^2.0.1 copied to clipboard
A flutter plugin for install apk for android; and using url to go to app store for iOS.
2.0.1 #
- fix issue 15,17
2.0.0 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX.This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
1.2.0 #
- Upgrade kotlin(1.2.71) and gradle build plugin version(3.2.1).
1.1.0 #
- Remove
getPlatformVersionfunction.
1.0.0 #
- Add CHANGELOG and README.
- Remove unused code.
- Update plugin homepage url.
0.0.2 #
- Fix the bug that Pixel Device install apk fail.
- Optimize the user experience when app asking for
Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCESpermission for Android device above ANDROID.O.
0.0.1 #
- Add
installApkfunction for android to install apk, supporting ANDROID.O. - Add
gotoAppStorefunction for iOS to launch a url to App Store.