jaspr_supabase 26.2.24+2 copy "jaspr_supabase: ^26.2.24+2" to clipboard
jaspr_supabase: ^26.2.24+2 copied to clipboard

A Jaspr package for Supabase, replicating the experience of supabase_flutter.

example/lib/main.dart

import 'package:jaspr/jaspr.dart';
import 'package:jaspr_supabase/jaspr_supabase.dart';

import 'components/app.dart';

Future<void> main() async {
  // Initialize Supabase before running the app
  await Supabase.initialize(
    url: 'https://xyz.supabase.co', // Replace with your project URL
    anonKey: 'public-anon-key', // Replace with your anon key
  );

  runApp(App());
}
0
likes
150
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Jaspr package for Supabase, replicating the experience of supabase_flutter.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

ko-fi.com

License

GPL-3.0 (license)

Dependencies

async, http, jaspr, supabase, universal_web

More

Packages that depend on jaspr_supabase