multi_updater 1.0.0 copy "multi_updater: ^1.0.0" to clipboard
multi_updater: ^1.0.0 copied to clipboard

A Flutter package that checks for app updates via Firebase Remote Config or a custom JSON endpoint, and shows users an update prompt with a direct link to App Store or Play Store.

multi_updater #

A lightweight Flutter package that checks for app updates via Firebase Remote Config or a custom JSON API.
It shows an update dialog with options to update via App Store or Play Store — or to exit the app.

✨ Features #

  • 🔥 Firebase Remote Config support
  • 🌐 Custom JSON endpoint fallback
  • 📲 Works on both Android & iOS
  • 🧱 Uses a simple wrapper — no need to modify every screen
  • 🆕 onUpdateTap support — override default behavior

🚀 Getting Started #

Add dependency #

dependencies:
  multi_updater: ^1.0.0
1
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that checks for app updates via Firebase Remote Config or a custom JSON endpoint, and shows users an update prompt with a direct link to App Store or Play Store.

Repository (GitHub)
View/report issues

Topics

#multi-updater #update #firebase #remote-config #app-store

License

unknown (license)

Dependencies

firebase_remote_config, flutter, http, package_info_plus, url_launcher

More

Packages that depend on multi_updater