app_version_plus
A Flutter package for checking app version updates across Android, iOS, and Huawei app stores, with ready-to-use UI widgets and customizable functions.
0.1.3
191 downloads/mo
#1373 most downloaded on pub.dev
adampermana/app_version_plus
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
0.1.320 Aug 2026Release notes
Open source →- Added Swift Package Manager (SPM) support for iOS (>= 13.0) and macOS (>= 10.15).
- Migrated Android build configuration to support built-in Kotlin (AGP 9+ / KGP 2.0+ compatibility).
- Updated minimum platform targets to iOS 13.0 and macOS 10.15.
- Updated dependencies to latest compatible versions (
device_info_plus^13.2.0,package_info_plus^10.2.1,flutter_svg^2.3.0,intl^0.20.3,url_launcher^6.3.2). - Cleaned up and reorganized iOS/macOS plugin native directory structure.
-
0.1.119 Aug 2026Release notes
Open source →- Added iOS platform initialization (Podspec, Swift plugin, and PrivacyInfo manifest).
- Added macOS platform initialization (Podspec, Swift plugin, and PrivacyInfo manifest).
- Added
DeviceType.macosenum and macOS detection inDeviceDetectorService. - Enabled App Store version checking support for macOS in
AppVersionChecker.
-
0.1.011 Aug 2026Release notes
Open source →- Initial release.
- Multi-platform support (Android, iOS, Huawei).
- In-app update functionality for Android via Google Play Core.
- Rich version information including age ratings, downloads, and release notes.
- Auto device detection for Huawei devices.
- Ready-to-use UI dialog widget and custom UI functions.
- Refactored Kotlin version, Gradle plugins, and SDK versions.
- Fixed regex character escaping in HuaweiApkPureService.
- Full null-safety support.