firebase_auth_utility 0.0.4 copy "firebase_auth_utility: ^0.0.4" to clipboard
firebase_auth_utility: ^0.0.4 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 Dart:

 $ dart pub add firebase_auth_utility

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 dart pub get):

dependencies:
  firebase_auth_utility: ^0.0.4

Alternatively, your editor might support dart pub get or 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';
18
likes
0
points
60
downloads

Publisher

verified publisherzingworks.in

Weekly Downloads

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

License

unknown (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