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

retracted

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

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';
10
likes
0
points
799
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, yaml

More

Packages that depend on sw