0 purchases
bdlogging firebase
bdlogging_firebase is a package that provide BDLogHandler for firebase services.
Example #
import 'package:bdlogging_firebase/bdlogging_firebase.dart';
final FirebaseCrashlytics crashlytics = FirebaseCrashlytics.instance;
final FirebaseCrashlyticsLogHandler handler = FirebaseCrashlyticsLogHandler(
crashlytics: crashlytics,
supportedLevels: <BDLevel>[BDLevel.warning],
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.