fractalup_radar_flutter 0.2.0
fractalup_radar_flutter: ^0.2.0 copied to clipboard
Production observability SDK for Flutter with errors, logs, metrics, RUM, distributed tracing, privacy controls, and offline delivery.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fractalup_radar_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fractalup_radar_flutter: ^0.2.0Alternatively, 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:fractalup_radar_flutter/fractalup_radar_flutter.dart';