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

A library for detecting if a new PWA version is avaiable

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pwa_update_listener
copied to clipboard

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

dependencies:
  pwa_update_listener: ^0.1.0
copied to clipboard

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_update_listener/pwa_update_listener.dart';
copied to clipboard
13
likes
140
points
2.81k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.06 - 2025.04.20

A library for detecting if a new PWA version is avaiable

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on pwa_update_listener