layou_auth 1.0.3 copy "layou_auth: ^1.0.3" to clipboard
layou_auth: ^1.0.3 copied to clipboard

Firebase Auth package with Google, Apple, and Email sign-in/linking support. Provides ready-to-use widgets and Riverpod providers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layou_auth

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

dependencies:
  layou_auth: ^1.0.3

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:layou_auth/layou_auth.dart';
1
likes
120
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Firebase Auth package with Google, Apple, and Email sign-in/linking support. Provides ready-to-use widgets and Riverpod providers.

Repository (GitHub)
View/report issues
Contributing

Topics

#firebase #authentication #riverpod #google-sign-in #apple-sign-in

License

MIT (license)

Dependencies

crypto, firebase_auth, flutter, flutter_riverpod, google_sign_in, riverpod_annotation, sign_in_with_apple

More

Packages that depend on layou_auth