FLUTTER ECOSYSTEM

app_installer

A new Android + iOS app installer plugin , supports opening app stores and editor reviews, as well as installing Apk files.

Latest version
1.3.1
30-day downloads
2.5K
Likes
74
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

The app_installer package enables seamless app installation and update management across Android, iOS, and macOS. It allows users to open app stores or review pages directly from the app, and supports installing APK files on Android devices. Designed for developers needing robust in-app update functionality, it simplifies the process of guiding users to install updates or new versions through native platform mechanisms. The plugin is lightweight and integrates smoothly with Flutter applications.

Use cases
  • Opening app store links
  • Directing users to app reviews
  • Installing APK files on Android
  • Handling app updates in Flutter apps
  • Supporting cross-platform app distribution
Key features
  • Android and iOS support
  • APK installation capability
  • App store and review page redirection
  • Cross-platform compatibility
  • Simple integration via Flutter pub
Suitable for
  • Flutter apps requiring in-app updates
  • Developers distributing apps outside official stores
  • Apps needing user review prompts
  • Cross-platform mobile applications
  • Projects with custom update workflows
Considerations
  • APK installation requires runtime permissions on Android
  • iOS limitations on sideloading apps
  • macOS support may have restricted functionality
  • Requires proper handling of file paths and URLs
  • User consent needed for installation actions
Supported platformsAndroidiOSmacOS

Install package

flutter pub add app_installer

Categories

Source repository

Related projects