rxdart_devtools 0.1.1 copy "rxdart_devtools: ^0.1.1" to clipboard
rxdart_devtools: ^0.1.1 copied to clipboard

A Dart & Flutter DevTools extension for inspecting RxDart Subjects and Dart Streams. Simple SDK to set up for value/error introspection and injection.

0.1.1 #

Changed #

  • DevTools tab icon updated to the Material build (wrench) glyph.

Documentation #

  • Full dartdoc coverage across the public API (sdk.dart and dto.dart).
  • Added example/README.md covering the three core scenarios — tracking a Stream, tracking a Subject, and tracking a Subject with injection enabled.

0.1.0 #

First usable release.

Added #

  • RxDartDevtools.init() to bootstrap the runtime registry.
  • Stream<T>.track(name) and Subject<T>.track(name) extensions for registering streams in the rxdart DevTools panel.
  • .enableInjection(parse:) on tracked subjects to push values in from the panel.
  • Panel UI: stream list with live status indicators, current value view, per-stream event log, details panel, and clear-all action.
  • Serialization of complex values: native JSON types and any class with toJson() render as a structured tree in the panel; other objects fall back to toString().
  • kReleaseMode guards on all public entry points; the Dart AOT compiler dead-code-eliminates the registry and supporting code from release builds.

0.0.1 #

  • Initial scaffold (never published).
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherkijonghan.io

Weekly Downloads

A Dart & Flutter DevTools extension for inspecting RxDart Subjects and Dart Streams. Simple SDK to set up for value/error introspection and injection.

Repository (GitHub)
View/report issues
Contributing

Topics

#rxdart #devtools #streams #debugging #flutter

License

MIT (license)

Dependencies

collection, flutter, get_it, json_annotation, meta, result_dart, rxdart, uuid

More

Packages that depend on rxdart_devtools