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

Platformweb

A Flutter package for PWA installation. Includes install guides, in-app browser detection, and custom install prompt interception.

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.2.0 - 2026-02-17 #

Changed #

  • Breaking Change: forceInstall now defaults to true in PwaInstaller.
  • Updated shouldShowDesktopInstallGuide to accept forceInstall parameter across PlatformDetection, PwaInstall, and PwaInstaller.
  • Condensed package description in pubspec.yaml.
  • Improved test coverage for forceInstall behavior and dismiss button interaction.

Added #

  • Added .pubignore to exclude development files from package.

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
160
points
207
downloads
screenshot

Publisher

verified publishersolodeveloping.com

Weekly Downloads

A Flutter package for PWA installation. Includes install guides, in-app browser detection, and custom install prompt interception.

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