bloc_devtools_extension 0.1.0
bloc_devtools_extension: ^0.1.0 copied to clipboard
Time-travel dev tools for flutter_bloc, inspired by Redux DevTools. Provides an in-app debugging panel and a Flutter DevTools browser extension with state history, BLoC connection graph, performance m [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bloc_devtools_extensionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bloc_devtools_extension: ^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:bloc_devtools_extension/bloc_devtools_extension.dart';