offline_uploader 1.0.1 copy "offline_uploader: ^1.0.1" to clipboard
offline_uploader: ^1.0.1 copied to clipboard

A library to manage offline data and sync it with the server.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_uploader

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

dependencies:
  offline_uploader: ^1.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_uploader/offline_uploader.dart';
8
likes
130
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A library to manage offline data and sync it with the server.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

connectivity_plus, encrypt, flutter, flutter_local_notifications, path, shared_preferences, sqflite, sqflite_common_ffi

More

Packages that depend on offline_uploader