flutter_offline_sync_manager 0.1.2 copy "flutter_offline_sync_manager: ^0.1.2" to clipboard
flutter_offline_sync_manager: ^0.1.2 copied to clipboard

A production-grade Flutter package for managing offline sync operations with crash-safety, restart-safety, and duplication-safety. Works with any backend (REST, Firebase, GraphQL).

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 - 2026-01-26 #

Fixed #

  • Corrected README installation instructions
  • Clarified backend dependency usage (Firestore, REST/GraphQL)
  • Fixed example app dependencies
  • No runtime or API changes

0.1.1 - 2026-01-26 #

Fixed #

  • Relaxed dependency constraints for backend SDKs
    • cloud_firestore: >=4.0.0 <6.0.0
    • http: >=0.13.0 <2.0.0
  • Fixed dependency resolution issues in consuming apps
  • No API changes

0.1.0 - 2026-01-26 #

Added #

  • Initial release
  • Offline-first sync engine with crash-safety and restart-safety
  • Background sync, retry logic, conflict resolution
  • REST, Firestore, and GraphQL adapters
4
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A production-grade Flutter package for managing offline sync operations with crash-safety, restart-safety, and duplication-safety. Works with any backend (REST, Firebase, GraphQL).

Repository (GitHub)
View/report issues

Topics

#offline #sync #offline-first #background-sync #conflict-resolution

Documentation

API reference

License

MIT (license)

Dependencies

background_fetch, cloud_firestore, connectivity_plus, flutter, hive, hive_flutter, http, path_provider, workmanager

More

Packages that depend on flutter_offline_sync_manager