embraceitmobile / animated_tree_view

Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
https://pub.dev/packages/animated_tree_view
MIT License
49 stars 23 forks source link

Flutter 3.22 breaks package in release mode #50

Open christofkost opened 2 weeks ago

christofkost commented 2 weeks ago

Hello and thank you very much for this great package! It is definitely the best tree package in the Flutter World. But with Flutter 3.22 the update behaviour of checkboxes is not properly working anymore when executing app in release. This is probably related to this issue regarding keys: https://github.com/flutter/flutter/issues/148983

We had to downgrade our app from Flutter 3.22 to 3.19. Now it is working again. Would it be possible to make this project compatible with Flutter 3.22.x in release build?