authenticator 0.1.2 copy "authenticator: ^0.1.2" to clipboard
authenticator: ^0.1.2 copied to clipboard

Firebase authentication package that includes mocked platform channels to facilitate unit testing with flutter test.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add authenticator

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

dependencies:
  authenticator: ^0.1.2

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:authenticator/authenticator.dart';
2
likes
40
pub points
13%
popularity

Publisher

verified publisherplayscale.io

Firebase authentication package that includes mocked platform channels to facilitate unit testing with flutter test.

Repository (GitLab)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_auth, flutter, flutter_facebook_login, google_sign_in, provider

More

Packages that depend on authenticator