firebase_kit 1.0.0 copy "firebase_kit: ^1.0.0" to clipboard
firebase_kit: ^1.0.0 copied to clipboard

Firebase integration kit for Flutter applications. Provides streamlined Firebase services including Analytics, Authentication, Crashlytics, Cloud Firestore, and Cloud Messaging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firebase_kit

With Flutter:

 $ flutter pub add firebase_kit

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

dependencies:
  firebase_kit: ^1.0.0

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_kit/firebase_kit.dart';
2
likes
0
points
263
downloads

Publisher

unverified uploader

Weekly Downloads

Firebase integration kit for Flutter applications. Provides streamlined Firebase services including Analytics, Authentication, Crashlytics, Cloud Firestore, and Cloud Messaging.

Homepage
Repository (GitHub)
View/report issues

Topics

#firebase #firebase-kit

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

cloud_firestore, firebase_analytics, firebase_auth, firebase_core, firebase_crashlytics, firebase_messaging, flutter, service_runner

More

Packages that depend on firebase_kit