leap_hierarchy 0.0.15
leap_hierarchy: ^0.0.15 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 Flutter:
$ flutter pub add leap_hierarchy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
leap_hierarchy: ^0.0.15
Alternatively, 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:leap_hierarchy/leap_hierarchy.dart';