leap_hierarchy 0.0.13 copy "leap_hierarchy: ^0.0.13" to clipboard
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';
0
likes
0
points
105
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on leap_hierarchy

Packages that implement leap_hierarchy