firebase_bootstrap_plus 1.0.3 copy "firebase_bootstrap_plus: ^1.0.3" to clipboard
firebase_bootstrap_plus: ^1.0.3 copied to clipboard

A lightweight package for initializing Firebase services in Flutter apps with minimal setup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_bootstrap_plus

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

dependencies:
  firebase_bootstrap_plus: ^1.0.3

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:firebase_bootstrap_plus/firebase_bootstrap_plus.dart';
0
likes
140
points
86
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight package for initializing Firebase services in Flutter apps with minimal setup.

Repository (GitHub)

License

MIT (license)

Dependencies

firebase_core, firebase_crashlytics, flutter

More

Packages that depend on firebase_bootstrap_plus