install_plugin
A flutter plugin for install apk for android; and using url to go to app store for iOS.
2.1.0
7.9K downloads/mo
#3249 most downloaded on pub.dev
hui-z/flutter_install_plugin
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 6 weeks to 4.2 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
7 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Sep 2018 to Jul 2023
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 7-
2.1.011 Jul 2023Release notes
Open source →Optimize
- Support low version Android installation (tested 5, 6, 7, 8, 9, 10, 11, 12, 13, the version lower than 5 has not been tested, if there is any problem, please report to me)
- Added installation support after downloading apk from the network
- Optimize Android installation code
- Optimize Apple's jump code
Release notes
Open source →- Support low version Android installation (tested 5, 6, 7, 8, 9, 10, 11, 12, 13, the version lower than 5 has not been tested, if there is any problem, please report to me)
- Added installation support after downloading apk from the network
- Optimize Android installation code
- Optimize Apple's jump code
-
2.0.116 May 2019 -
2.0.028 Mar 2019Release notes
Open source →- 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.014 Feb 2019 -
1.0.011 Dec 2018Release notes
Open source →- Add CHANGELOG and README.
- Remove unused code.
- Update plugin homepage url.
-
0.0.225 Sep 2018Release notes
Open source →- 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.123 Sep 2018Release notes
Open source →- Add
installApkfunction for android to install apk, supporting ANDROID.O. - Add
gotoAppStorefunction for iOS to launch a url to App Store.
- Add