supabase_realtime_widgets 0.1.0
supabase_realtime_widgets: ^0.1.0 copied to clipboard
A small set of Flutter widgets that bind directly to Supabase Realtime channels — list, value, and presence builders with automatic subscription lifecycle.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add supabase_realtime_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
supabase_realtime_widgets: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:supabase_realtime_widgets/supabase_realtime_widgets.dart';