supabase_flutter_web_auth 0.1.1 copy "supabase_flutter_web_auth: ^0.1.1" to clipboard
supabase_flutter_web_auth: ^0.1.1 copied to clipboard

Runs supabase_flutter's OAuth, SSO, and identity-linking flows through a system web authentication session instead of a plain browser launch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add supabase_flutter_web_auth

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

dependencies:
  supabase_flutter_web_auth: ^0.1.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_flutter_web_auth/supabase_flutter_web_auth.dart';
0
likes
50
points
44
downloads

Documentation

Documentation

Publisher

verified publishersupabase.io

Weekly Downloads

Runs supabase_flutter's OAuth, SSO, and identity-linking flows through a system web authentication session instead of a plain browser launch.

Homepage
Repository (GitHub)
View/report issues

Topics

#supabase #flutter #authentication #oauth

License

MIT (license)

Dependencies

flutter, flutter_web_auth_2, meta, supabase_flutter, web

More

Packages that depend on supabase_flutter_web_auth