supabase_addons_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

supabase addons flutter

supabase_flutter_addons















Make great apps with a great backend!


Installation #
Add the dependencies:
dependencies:
supabase: <latest-version>
supabase_addons: <latest-version>
supabase_flutter_addons: <latest-version>
copied to clipboard
and import the packages:
import 'package:supabase/supabase.dart';
import 'package:supabase_addons/supabase_addons.dart';
import 'package:supabase_flutter_addons/supabase_flutter_addons.dart';
copied to clipboard
Get started #
Initialize the addons.
await SupabaseAddonsFlutter.initialize(
client: SupabaseClient(SUPABASE_URL, SUPABASE_SECRET),
);
copied to clipboard
And you're good to go!
Refer to supabase_addons documentation to learn more.

You don't need to call SupabaseAddons.initialize if you already called SupabaseAddonsFlutter.initialize

To dispose the addons, call
SupabaseAddons.dispose();
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.