flutter_tree_view icon indicating copy to clipboard operation
flutter_tree_view copied to clipboard

WIP: 1.0.0

Open baumths opened this issue 3 years ago • 2 comments

Closes #10 Closes #17 Resolves #23 Resolves #28

baumths avatar Oct 08 '22 16:10 baumths

@mbaumgartenbr Is this release contains move to last visible child on opening a node? example https://github.com/embraceitmobile/animated_tree_view/blob/d7fb5bd6f0c760b3a7e8e430c2695b26dd555605/lib/tree_view/animated_list_controller.dart#L142

Or should I open an issue?

amorenew avatar Nov 19 '22 14:11 amorenew

Hey @amorenew!

I did have it auto scrolling previous to 4f7cf190ec3f1f07a77da569f79e786c0044b344 but I had to remove it as it was causing some issues when asynchronously expanding nodes (i.e. a lazy tree view that loads the children when expanding the parent).

I'm not sure I'll be implementing auto scrolling with this version since it can be easily done outside the package using packages like scroll_to_index. Auto scrolling is very specific for each use of treeviews, be it a filesystem view, a catalog, database overview, etc. I may work on it in the future.

I think once I get the API done I'll write a simple example using scroll_to_index.

Feel free to open the issue!

baumths avatar Nov 19 '22 15:11 baumths