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

[STILL IN DEVELOPMENT] [HIGHLY UNSTABLE API] [USE AT YOUR OWN RISK]

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

Highly Opinionated #

Works in conjuction with a specified set of packages:

  • freezed -- for structuring models
  • mobx -- as the compute unit
  • sqflite + moor -- for local databse access
  • dio -- for network access

The package starts off as a utility for our own proprietary projects. The packages we use in conjuction with this are all safe defaults.

If you happen to be using the same, this package will help you sort out your network layer with one-line declarative constructors.

With success and time, we will try to modify the package to be more versatile about the packages it works with.

Declarative network strategies #

Library of network strategies, that can be called declaratively. TL;DR: We wrote an absract network utilities library so that the network layer can do with less code.

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