flutter_debug_trinity 0.1.0
flutter_debug_trinity: ^0.1.0 copied to clipboard
Unified crash recovery (recoverable_app), explainable UI decisions (ui_explainer), and root-cause causality tracing (causality_flutter) — all sharing one event graph.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_debug_trinityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_debug_trinity: ^0.1.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:flutter_debug_trinity/flutter_debug_trinity.dart';