fireauth_ui 0.0.3 copy "fireauth_ui: ^0.0.3" to clipboard
fireauth_ui: ^0.0.3 copied to clipboard

Dart 1 only

Allows you to quickly connect common Firebase auth with basic UI

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fireauth_ui

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

dependencies:
  fireauth_ui: ^0.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:fireauth_ui/fireauth_ui.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Allows you to quickly connect common Firebase auth with basic UI

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

firebase_auth, flutter, flutter_facebook_login, flutter_localizations, google_sign_in

More

Packages that depend on fireauth_ui