appdraft_flutter 1.0.5 copy "appdraft_flutter: ^1.0.5" to clipboard
appdraft_flutter: ^1.0.5 copied to clipboard

`appdraft_plugin` provides seamless background updates for Android apps built with Flutter. It checks for a new version, shows a customizable update dialog, and downloads the APK

appdraft_plugin #

Flutter plugin for automatic Android app updates.
Created by AppDraft โ€” modern mobile and web solutions.

๐Ÿ“ฆ Overview #

appdraft_plugin provides seamless background updates for Android apps built with Flutter.
It checks for a new version, shows a customizable update dialog, and downloads the APK silently in the background.

โœจ Features #

  • ๐Ÿ” Checks for the latest app version from your server or API
  • ๐Ÿงญ Displays a native update prompt dialog
  • ๐Ÿ“ฅ Downloads the update in the background
  • โœ… Works without Google Play Store
  • ๐Ÿ› ๏ธ Fully customizable version logic
  • ๐Ÿงช Environment- and Platform-Specific Updates Supports separate update channels per platform (android / ios) and environment (dev / prod).
  • ๐Ÿง  Smart Distribution Handling Automatically handles updates based on distribution type:
    • store: redirects the user to the appropriate store (Google Play / App Store).
    • external: downloads and installs the APK directly on Android devices.

๐Ÿš€ Getting Started #

Add this to your pubspec.yaml:

dependencies: appdraft_plugin: ^1.0.2

Then run:

flutter pub get

๐Ÿ”’ Permissions #

Make sure to add the following permissions to your AndroidManifest.xml file:

2
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

`appdraft_plugin` provides seamless background updates for Android apps built with Flutter. It checks for a new version, shows a customizable update dialog, and downloads the APK

Homepage

License

unknown (license)

Dependencies

dio, flutter, open_filex, package_info_plus, path_provider, url_launcher

More

Packages that depend on appdraft_flutter

Packages that implement appdraft_flutter