quicui_supabase 2.0.3
quicui_supabase: ^2.0.3 copied to clipboard
Supabase implementation for QuicUI framework. Provides backend integration for dynamic UI rendering, real-time synchronization, offline-first architecture, and callback action system support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quicui_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quicui_supabase: ^2.0.3Alternatively, 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:quicui_supabase/quicui_supabase.dart';