Skip to content
NLNuvyntra Labs
All packages

Background & sync

Plugin.Maui.OfflineSync

Offline-first local writes with queued sync and conflicts

Offline-first local writes, a queued sync engine, and conflict resolution for MAUI apps that must work without a network.

Install

dotnet add package Plugin.Maui.OfflineSync

Package ID: Plugin.Maui.OfflineSync

Overview

Plugin.Maui.OfflineSync is an offline-first sync layer for MAUI: writes land locally, a queue ships them when the network is real, and conflicts are resolved instead of last-write-wins by accident. It is built for field apps that cannot block the user on connectivity.

Capabilities

  • Offline-first local persistence.
  • Queued synchronization when connectivity is validated.
  • Conflict resolution rather than silent overwrite.

Related in Background & sync