leap_hierarchy 0.0.13
leap_hierarchy: ^0.0.13 copied to clipboard
The Hierarchy Flutter package provides a powerful tool for fetching and analyzing the widget hierarchy of a Flutter screen. Designed for seamless integration with the Creator and AUI plugins, it enabl [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leap_hierarchy
With Flutter:
$ flutter pub add leap_hierarchy
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
leap_hierarchy: ^0.0.13
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:leap_hierarchy/leap_hierarchy.dart';