horizontal_tree_selector 0.0.2
horizontal_tree_selector: ^0.0.2 copied to clipboard
A Flutter horizontal multi-level tree selector widget. 一个横向多级树形结构选择器组件,支持无限层级数据选择。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add horizontal_tree_selectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
horizontal_tree_selector: ^0.0.2Alternatively, 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:horizontal_tree_selector/horizontal_tree_selector.dart';