littlefish_observability_manager 3.0.1
littlefish_observability_manager: ^3.0.1 copied to clipboard
The observability manager for littlefish - resolves and registers observability, monitoring and analytics providers based on configuration
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add littlefish_observability_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
littlefish_observability_manager: ^3.0.1Alternatively, 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:littlefish_observability_manager/littlefish_observability_manager.dart';