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 (using DownloadManager)
  • πŸ› οΈ Fully customizable version logic

πŸš€ Getting Started

Add this to your pubspec.yaml:

dependencies:
  appdraft_plugin: ^1.0.0

Libraries

appdraft_flutter