flutter_firebase_helper 0.0.2 copy "flutter_firebase_helper: ^0.0.2" to clipboard
flutter_firebase_helper: ^0.0.2 copied to clipboard

A powerful Flutter Firebase helper package that simplifies Firebase Authentication and core services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_firebase_helper

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

dependencies:
  flutter_firebase_helper: ^0.0.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:flutter_firebase_helper/flutter_firebase_helper.dart';
1
likes
150
points
40
downloads

Documentation

API reference

Publisher

verified publisherjuweldev.top

Weekly Downloads

A powerful Flutter Firebase helper package that simplifies Firebase Authentication and core services.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

firebase_auth, firebase_core, flutter, google_sign_in

More

Packages that depend on flutter_firebase_helper