offline_store_upload 0.0.1 copy "offline_store_upload: ^0.0.1" to clipboard
offline_store_upload: ^0.0.1 copied to clipboard

To be able to store api calls locally and upload when needed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_store_upload

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

dependencies:
  offline_store_upload: ^0.0.1

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:offline_store_upload/offline_store_upload.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

To be able to store api calls locally and upload when needed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_lints, path_provider, pretty_dio_logger

More

Packages that depend on offline_store_upload