rxdart_devtools 0.1.1
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rxdart_devtoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rxdart_devtools: ^0.1.1Alternatively, 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:rxdart_devtools/dto.dart';
import 'package:rxdart_devtools/sdk.dart';