network_bound_resource 1.1.0 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';