sw 0.0.2 copy "sw: ^0.0.2" to clipboard
sw: ^0.0.2 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

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

dependencies:
  sw: ^0.0.2

Alternatively, your editor might support dart 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
0
points
145
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

Topics

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

License

unknown (license)

Dependencies

args, crypto, glob, path

More

Packages that depend on sw