masamune_logger_firebase 2.6.11
masamune_logger_firebase: ^2.6.11 copied to clipboard
Plug-in package to easily add Firebase Analytics, Performance and Crashlytics on Masamune Framework. The functionality is available by simply adding an Adapter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add masamune_logger_firebase
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
masamune_logger_firebase: ^2.6.11
copied to clipboard
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:masamune_logger_firebase/masamune_logger_firebase.dart';
copied to clipboard