expandable_tree_menu 0.1.0-dev.5 copy "expandable_tree_menu: ^0.1.0-dev.5" to clipboard
expandable_tree_menu: ^0.1.0-dev.5 copied to clipboard

Tree of menu-nodes that can be expanded/collapsed to review more menu nodes, built from a recursive list of nodes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expandable_tree_menu
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  expandable_tree_menu: ^0.1.0-dev.5
copied to clipboard

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:expandable_tree_menu/expandable_tree_menu.dart';
copied to clipboard
50
likes
150
points
104
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.29 - 2025.04.13

Tree of menu-nodes that can be expanded/collapsed to review more menu nodes, built from a recursive list of nodes.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on expandable_tree_menu