update_checker_bottom_sheet 0.0.4
update_checker_bottom_sheet: ^0.0.4 copied to clipboard
A simple and customizable Flutter package to check for app updates via GitHub Releases, with built-in OTA downloading and installation support for Android.
0.0.4 #
- Android-Only Support: Updated
README.mdandpubspec.yamlto reflect that the package is designed exclusively for Android. - Documentation Improvements: Enhanced
README.mdwith:- clearer platform support statement.
- A new "Supported Platforms" section detailing the Android-only nature and reason.
- A "Sample Implementation" link for easy integration guidance.
- Internal Updates: Improved internal documentation with comprehensive
dartdoccomments for all public and internal classes. - Metadata Refinement: Updated
pubspec.yamlmetadata for better pub.dev analysis and clarity.
0.0.3 #
- Updated dependencies and improved metadata for pub.dev.
- Fixed issue where APK selection might fail on certain build variants.
0.0.2 #
- Added support for automated APK cleanup after updates.
- Enhanced customization options for icons and text styles.
0.0.1 #
- Initial release.
- Check for app updates via GitHub Releases.
- Premium, customizable bottom sheet UI.
- Automated OTA downloading and installation on Android.
- Smart architecture detection (ABI aware).
- "Up to Date" status notification mode.
- Deep customization for colors, styles, and strings (localization-ready).
- Plug-and-play setup with automated permissions and FileProvider.
