firebase_bootstrap_plus 1.0.3
firebase_bootstrap_plus: ^1.0.3 copied to clipboard
A lightweight package for initializing Firebase services in Flutter apps with minimal setup.
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.