flutter_firebase_auth_ui 0.0.2+1 copy "flutter_firebase_auth_ui: ^0.0.2+1" to clipboard
flutter_firebase_auth_ui: ^0.0.2+1 copied to clipboard

A simple UI for authenticate users based on firebase_auth.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_firebase_auth_ui

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

dependencies:
  flutter_firebase_auth_ui: ^0.0.2+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:flutter_firebase_auth_ui/flutter_firebase_auth_ui.dart';
3
likes
20
pub points
0%
popularity

Publisher

verified publisherdigital-balloon.fr

A simple UI for authenticate users based on firebase_auth.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

firebase_auth, flutter

More

Packages that depend on flutter_firebase_auth_ui