hyper_render_devtools 1.1.5
hyper_render_devtools: ^1.1.5 copied to clipboard
DevTools extension for HyperRender — inspect UDT trees, computed styles, fragments, and performance metrics.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hyper_render_devtoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hyper_render_devtools: ^1.1.5Alternatively, 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:hyper_render_devtools/hyper_render_devtools.dart';