flutter_debug_trinity 0.1.0 copy "flutter_debug_trinity: ^0.1.0" to clipboard
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_trinity

This 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.0

Alternatively, 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';
1
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Unified crash recovery (recoverable_app), explainable UI decisions (ui_explainer), and root-cause causality tracing (causality_flutter) — all sharing one event graph.

Repository (GitHub)
View/report issues

Topics

#debugging #devtools #state-management #crash-recovery #flutter

License

MIT (license)

Dependencies

collection, crypto, dio, flutter, flutter_bloc, flutter_riverpod, http, provider, shared_preferences, uuid

More

Packages that depend on flutter_debug_trinity