syncdrift_flutter 0.1.1 copy "syncdrift_flutter: ^0.1.1" to clipboard
syncdrift_flutter: ^0.1.1 copied to clipboard

A modern offline-first reactive database framework built on top of Drift. Ships with SWR caching, offline sync queue, real-time push, and file storage — in one package.

Changelog — syncdrift_flutter #

All notable changes to this package are documented here. See the root CHANGELOG for the complete release history.

0.1.1 - 2026-06-05 #

Changed #

  • Widen dependency constraints (connectivity_plus, drift, sqlite3_flutter_libs, riverpod, rxdart) to support latest major versions.
  • Fix non-future await warning on Supabase RealtimeChannel.subscribe().
  • Fix curly braces lints for control flow structures.

Added #

  • Add package example application directory.

0.1.0 - 2026-06-05 #

Added #

  • Core: DatabaseDriver abstract interface, DriftDatabaseDriver, SyncdriftRepository base class, PaginatedResult<T>, .obs RxDart stream extensions, Riverpod syncdriftDriverProvider
  • SWR Caching: CachedDatabaseDriver, SyncdriftCacheManager with TTL eviction, background SWR revalidation, table-level cache invalidation on mutations, DevTools VM Service extensions
  • Offline Sync: SyncDatabaseDriver queue interceptor, SyncQueueProcessor with connectivity-aware auto-drain and exponential backoff, SyncAdapter contract, RestSyncAdapter, SupabaseSyncAdapter, TerminalSyncException
  • Real-time Push: RealtimeSyncManager, RealtimeAdapter contract, SupabaseRealtimeAdapter, WebSocketRealtimeAdapter, zone-bound loop prevention via SyncDatabaseDriver.runWithoutQueue()
  • File Storage: SyncdriftStorageManager, StorageAdapter contract, RestStorageAdapter, SupabaseStorageAdapter, offline upload queue with exponential backoff retries
1
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modern offline-first reactive database framework built on top of Drift. Ships with SWR caching, offline sync queue, real-time push, and file storage — in one package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, drift, flutter, http, http_parser, path, path_provider, riverpod, rxdart, sqlite3_flutter_libs, supabase, syncdrift_annotations, web_socket_channel

More

Packages that depend on syncdrift_flutter