supabase_auth_package 0.0.2 copy "supabase_auth_package: ^0.0.2" to clipboard
supabase_auth_package: ^0.0.2 copied to clipboard

A Flutter package for Supabase authentication, supporting email/password and Google Sign-In.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add supabase_auth_package

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  supabase_auth_package: ^0.0.2

Alternatively, 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_auth_package/supabase_auth_pack.dart';
6
likes
140
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Supabase authentication, supporting email/password and Google Sign-In.

Repository

License

MIT (license)

Dependencies

flutter, google_sign_in, supabase_flutter

More

Packages that depend on supabase_auth_package