supabase 0.0.1-dev.11 copy "supabase: ^0.0.1-dev.11" to clipboard
supabase: ^0.0.1-dev.11 copied to clipboard

outdated

A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.

supabase-dart #

A dart client for Supabase.

pub package pub test

Usage #

import 'package:supabase/supabase.dart';

main() {
  final client = SupabaseClient('supabaseUrl', 'supabaseKey');
  final response = await client
      .from('countries')
      .select()
      .order('name', ascending: true)
      .execute();
}

Contributing #

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes and merge

License #

This repo is licenced under MIT.

Credits #

495
likes
0
pub points
97%
popularity

Publisher

verified publishersupabase.io

A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

gotrue, postgrest, realtime_client

More

Packages that depend on supabase