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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pwa_installer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pwa_installer: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pwa_installer/pwa_installer.dart';
1
likes
150
points
211
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