observability_flutter 0.0.1
observability_flutter: ^0.0.1 copied to clipboard
A comprehensive Flutter package for integrating observability tools into your applications. Provides a unified API for logging, error tracking, performance monitoring, and analytics across multiple pr [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add observability_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
observability_flutter: ^0.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:observability_flutter/observability_flutter.dart';