Uche01
Uche01
The drag and drop feature works perfectly for single node. Is it possible to select and drag more than one node?
I am looking to implement this feature similar to JTabbedPane in Swing 
I am adding nodes directly to a parent using method: node.add(). Items are added but the lines showing node link appears to break for the newly added node. See code...
After running all the recommended setup in the doc and running `cargo run`. I go the build errors: `error: failed to run custom build command for `nativeshell_examples v0.1.0 (/Users/ucheumeh/Scholarly/Flutter Projects/native_shell_samples)`...
My async task to load an item in a context menu completes almost immediately which causes the menu to flicker after load. I think removing the progress indicator may fix...
I have been able to measure offset of the currently selected node in my treeNode. Each time I call `scrollController.jumpTo(offset)` I get this unnecessary jump animation especially when scrolling to...
I think it'd be nice to show an optional widget on node expansion when node's children is empty. **Use case**: I need to show a button to add child for...
In `ListView`, we can use `PageStorageKey` to preserve scroll position across rebuilds. How and where can we use this key in `TreeView` or `AnimatedTreeView`?
Struggling to change the vertical spacing between nodes. The default spacing appears large for my use case. Also, can I override the key bindings for keys 'return' and 'shift +...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### The question I am trying to delete an image from file system when...