auto_in_app_update 0.0.2
auto_in_app_update: ^0.0.2 copied to clipboard
A lightweight Flutter package for automatic in-app update handling on Android (using in_app_update) with a placeholder for iOS.
auto_in_app_update #
A lightweight Flutter package for automatically checking and initiating in-app updates on Android using the in_app_update plugin. On iOS, a placeholder message is logged (custom logic can be added later).
Features #
- Automatically checks for updates on app start.
- Supports both flexible and immediate updates.
- Lightweight, no UI required.
Getting Started #
Installation #
dependencies:
auto_in_app_update: ^0.0.1