A Dart & Flutter DevTools extension for inspecting RxDart Subjects and Dart Streams.
Looking to use the extension? See the package README. This file is for working on the codebase.
rxdart_devtools/ # workspace root
├── packages/
│ ├── rxdart_devtools/ # published runtime package
│ └── rxdart_devtools_extension/ # Flutter web panel (not published)
├── example/ # dogfood Flutter app
└── tool/
└── build_panel.dart # build the panel into the runtime package
Appreciate any contributions! See CONTRIBUTING.md for prerequisites, local dev setup, and the melos scripts used during development.
MIT. This is a community project, not affiliated with or endorsed by the rxdart maintainers or ReactiveX.
Currently early release and actively being improved on
