network_bound_resource 1.1.0 copy "network_bound_resource: ^1.1.0" to clipboard
network_bound_resource: ^1.1.0 copied to clipboard

A package to handle online and offline http requests. This package helps your app to save data offline and sync later when the device has an internet connection

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_bound_resource

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

dependencies:
  network_bound_resource: ^1.1.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:network_bound_resource/network_bound_resource.dart';
0
likes
140
pub points
11%
popularity

Publisher

unverified uploader

A package to handle online and offline http requests. This package helps your app to save data offline and sync later when the device has an internet connection

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

connectivity_plus, dio, flutter, path, path_provider, sembast

More

Packages that depend on network_bound_resource