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

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

 $ dart pub add pwa_installer

With Flutter:

 $ flutter pub add pwa_installer

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

dependencies:
  pwa_installer: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
207
downloads

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

Funding

Consider supporting this project:

buymeacoffee.com

License

unknown (license)

Dependencies

cupertino_icons, flutter, qr_flutter, url_launcher, web

More

Packages that depend on pwa_installer