digit_firebase_services 0.0.1 copy "digit_firebase_services: ^0.0.1" to clipboard
digit_firebase_services: ^0.0.1 copied to clipboard

digit_firebase_services is a Flutter package that simplifies the integration of Firebase services into your app. It bundles together commonly used Firebase services like firebase_core and firebase_cra [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add digit_firebase_services

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

dependencies:
  digit_firebase_services: ^0.0.1

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:digit_firebase_services/digit_firebase_services.dart';
0
likes
120
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

digit_firebase_services is a Flutter package that simplifies the integration of Firebase services into your app. It bundles together commonly used Firebase services like firebase_core and firebase_crashlytics and allows you to enable or disable them with a simple flag. This package is designed to be flexible and configurable, making it easy to manage Firebase services in a unified way.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_crashlytics, flutter

More

Packages that depend on digit_firebase_services