leap_hierarchy 0.0.15 copy "leap_hierarchy: ^0.0.15" to clipboard
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';
0
likes
110
points
212
downloads

Publisher

unverified uploader

Weekly Downloads

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 enables dynamic insights into UI structures, making it easier to build and optimize in-app experiences.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on leap_hierarchy

Packages that implement leap_hierarchy