flutter_offline_sync_manager 0.1.2
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