supabase_auth_package 0.0.1 copy "supabase_auth_package: ^0.0.1" to clipboard
supabase_auth_package: ^0.0.1 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.1

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';
5
likes
120
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_sign_in, supabase_flutter

More

Packages that depend on supabase_auth_package