supabase_realtime_kit 0.1.0 copy "supabase_realtime_kit: ^0.1.0" to clipboard
supabase_realtime_kit: ^0.1.0 copied to clipboard

Headless, plug-and-play realtime primitives on top of the Supabase SDK: live queries with optimistic merge, an offline outbox, presence and broadcast.

0.1.0 #

  • Initial release.
  • RealtimeKit facade over SupabaseClient.
  • LiveQuery<T>: realtime list with optimistic merge, pagination, and reconnect reconciliation.
  • PresenceTracker and BroadcastHub for presence and ephemeral signals.
  • Pluggable Outbox (in-memory default) with auto-flush on reconnect and a delivery retry cap (poison entries are dead-lettered, not retried forever).
  • Pure LiveListState<T> merge engine (extracted from LiveQuery).
  • Result<T> error-honest return type.
0
likes
160
points
54
downloads

Documentation

API reference

Publisher

verified publisherandroidpoet.dev

Weekly Downloads

Headless, plug-and-play realtime primitives on top of the Supabase SDK: live queries with optimistic merge, an offline outbox, presence and broadcast.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, supabase

More

Packages that depend on supabase_realtime_kit