fireauth 0.9.0 copy "fireauth: ^0.9.0" to clipboard
fireauth: ^0.9.0 copied to clipboard

A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fireauth

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

dependencies:
  fireauth: ^0.9.0

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/fireauth.dart';
4
likes
80
pub points
49%
popularity

Publisher

unverified uploader

A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, firebase_auth_oauth, firebase_core, flutter, flutter_facebook_auth, fluttertoast, google_sign_in, provider, shared_preferences

More

Packages that depend on fireauth