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.

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.2.0

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
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