linkloom 0.2.0
linkloom: ^0.2.0 copied to clipboard
Connectivity-aware HTTP client with automatic offline request queuing, persistent retry with exponential backoff, and a zero-config animated "online/offline" banner widget. Wrap your app once, never l [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add linkloomThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
linkloom: ^0.2.0Alternatively, 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:linkloom/linkloom.dart';