sw 0.0.5 copy "sw: ^0.0.5" to clipboard
sw: ^0.0.5 copied to clipboard

A command-line tool to generate service worker files for web applications. It simplifies the process of creating service workers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sw

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sw

With Flutter:

 $ flutter pub add sw

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

dependencies:
  sw: ^0.0.5

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:sw/sw.dart';
5
likes
150
points
141
downloads

Publisher

verified publisherplugfox.dev

Weekly Downloads

A command-line tool to generate service worker files for web applications. It simplifies the process of creating service workers.

Repository (GitHub)
View/report issues
Contributing

Topics

#service-worker #generator #cli #web #flutter

Documentation

API reference

License

MIT (license)

Dependencies

args, crypto, glob, path

More

Packages that depend on sw