pwa_installer 0.1.1 copy "pwa_installer: ^0.1.1" to clipboard
pwa_installer: ^0.1.1 copied to clipboard

Platformweb

A Flutter package to facilitate PWA installation on the web. Provides install guides for iOS/Android, handles in-app browser detection, and intercepts install prompts for custom UI.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2026-02-09 #

Fixed #

  • Fixed repository URLs in pubspec.yaml
  • Fixed GitHub links in README.md
  • Fixed image display on pub.dev by updating repository metadata

0.1.0 - 2024-12-24 #

Changed #

  • Restructured package with cleaner file organization
  • Renamed classes for better clarity:
    • PwaInstallerServicePwaInstall
    • PwaPlatformDetectionPlatformDetection
    • PwaInAppBrowserGuideInAppBrowserGuide
    • PwaInstallerGuideMobileMobileInstallGuide
    • PwaInstallerGuideDesktopDesktopInstallGuide
  • Removed debug toast from browser redirect script
  • Bumped version to 0.1.0 to signal initial release readiness

Fixed #

  • Fixed duplicate doc comments in theme file
  • Fixed README package name references

0.0.1 - 2024-12-12 #

Added #

  • Initial release of pwa_installer package
  • PwaInstall singleton class for PWA installation management
  • PlatformDetection service for browser and platform detection
  • In-app browser detection for 10+ platforms
  • InAppBrowserGuide widget to redirect users from in-app browsers
  • MobileInstallGuide widget with step-by-step installation guides
  • DesktopInstallGuide widget with QR code for mobile scanning
  • iOS Safari support including Safari 26+ "Liquid Glass" design
  • Android Chrome installation prompt support
  • PwaInstallerTheme for customizable styling
  • PwaInstallerLabels for i18n/localization support
1
likes
150
points
224
downloads
screenshot

Publisher

verified publishersolodeveloping.com

Weekly Downloads

A Flutter package to facilitate PWA installation on the web. Provides install guides for iOS/Android, handles in-app browser detection, and intercepts install prompts for custom UI.

Repository (GitHub)
View/report issues

Topics

#pwa #web #install #browser-detection

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (license)

Dependencies

cupertino_icons, flutter, qr_flutter, url_launcher, web

More

Packages that depend on pwa_installer