firebase_auth_utility 0.0.6 copy "firebase_auth_utility: ^0.0.6" to clipboard
firebase_auth_utility: ^0.0.6 copied to clipboard

This versatile Flutter package simplifies the integration of essential features into your mobile app. It includes ready-to-use components for authentication and push notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_auth_utility

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

dependencies:
  firebase_auth_utility: ^0.0.6

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:firebase_auth_utility/firebase_auth_utility.dart';
16
likes
130
pub points
62%
popularity

Publisher

verified publisherzingworks.in

This versatile Flutter package simplifies the integration of essential features into your mobile app. It includes ready-to-use components for authentication and push notifications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, firebase_core, firebase_messaging, flutter, flutter_local_notifications, google_sign_in, sign_in_with_apple

More

Packages that depend on firebase_auth_utility