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

A Flutter package for offline data storage and automatic API sync when internet is available.

Flutter Auto Sync #

A Flutter package for offline data storage and automatic synchronization when internet connectivity returns.

Features #

  • Offline data storage
  • Automatic sync when internet returns
  • Queue based API sync
  • Connectivity detection

Installation #

Add this to pubspec.yaml

dependencies: flutter_auto_sync: ^0.0.1

Usage #

import 'package:flutter_auto_sync/flutter_auto_sync.dart';

await AutoSyncManager.init();

await AutoSyncManager.addToQueue( endpoint: "https://api.example.com/data", data: {"name": "Roopa"}, );

1
likes
0
points
193
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for offline data storage and automatic API sync when internet is available.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, uuid

More

Packages that depend on flutter_auto_sync