offline_sync_flutter 1.0.0 copy "offline_sync_flutter: ^1.0.0" to clipboard
offline_sync_flutter: ^1.0.0 copied to clipboard

An automatic offline-first API synchronization system for Flutter apps. Handles request queue management, automatic sync when internet returns, and conflict resolution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add offline_sync_flutter

With Flutter:

 $ flutter pub add offline_sync_flutter

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

dependencies:
  offline_sync_flutter: ^1.0.0

Alternatively, your editor might support dart pub get or 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_sync_flutter/offline_sync_flutter.dart';
1
likes
0
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

An automatic offline-first API synchronization system for Flutter apps. Handles request queue management, automatic sync when internet returns, and conflict resolution.

Repository (GitHub)
View/report issues

Topics

#offline #sync #api #network #offline-first

License

unknown (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, path, path_provider, sqflite

More

Packages that depend on offline_sync_flutter