linkloom 0.2.0 copy "linkloom: ^0.2.0" to clipboard
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 linkloom

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

dependencies:
  linkloom: ^0.2.0

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:linkloom/linkloom.dart';
0
likes
140
points
11
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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 lose a request.

Repository (GitHub)
View/report issues
Contributing

Topics

#connectivity #http #offline #networking #retry

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, shared_preferences

More

Packages that depend on linkloom