firebase_bootstrap

A lightweight package to initialize Firebase services in Flutter applications with minimal setup.

Features

  • Easy initialization of Firebase Core and Crashlytics.
  • Automatic error reporting for both debug and release modes.
  • Simplified configuration for Flutter projects.

Installation

Add the dependency in pubspec.yaml:

dependencies:
  firebase_bootstrap: ^1.0.0

Then run:

flutter pub get

Usage

View examples.

License

The project is under the MIT license.