network_strategies 0.0.1 copy "network_strategies: ^0.0.1" to clipboard
network_strategies: ^0.0.1 copied to clipboard

A highly opinionated flutter package for declarative network strategies inspired by workbox

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_strategies

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

dependencies:
  network_strategies: ^0.0.1

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:network_strategies/network_strategies.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherflutter.works

A highly opinionated flutter package for declarative network strategies inspired by workbox

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on network_strategies