digit_firebase_services 0.0.1 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';