tree_view_with_drag_and_drop 1.0.3 copy "tree_view_with_drag_and_drop: ^1.0.3" to clipboard
tree_view_with_drag_and_drop: ^1.0.3 copied to clipboard

A customizable Flutter tree view widget with drag-and-drop support for reordering nodes. Supports generic data types and provides extensive customization options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tree_view_with_drag_and_drop

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

dependencies:
  tree_view_with_drag_and_drop: ^1.0.3

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:tree_view_with_drag_and_drop/tree_view_with_drag_and_drop.dart';
1
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter tree view widget with drag-and-drop support for reordering nodes. Supports generic data types and provides extensive customization options.

Repository (GitHub)
View/report issues

Topics

#tree-view #drag-and-drop #hierarchical-data #ui #widget

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on tree_view_with_drag_and_drop