flutter-expandable
flutter-expandable copied to clipboard
Open one expandable at a time
Looked through the code doesn't look like there is an option to when expanding collapse other expanded panels. Is this something you would be keen on adding in the future?
Thank you for the suggestion. I will consider it and will post an update here.
This would be a useful feature.
i would love to see this one too
@aryzhov this is actually simple to implement and I can post what I did here... but could you please add some delay to the scroll into view
I thought It would be simple but I can't figure it out
this is necessary so that I can close all other tabs... and THEN scroll to position of object so 1. I tap thing to open something else 2. I use the listener to detect that and close everything else that is open 3. scroll to position of the object I just opened
what I cant figure out is how to do #3
please help! and thanks beforehand :)
Anyone can find solution.I have no idea how do?Please help
use gesture detector on header onTap:(){ for(int i=0; i<expandableControllers.length;i++){ if(!expandableControllers.expanded){ if(i != index){ expandableControllers[i].toggle(); } } } }
The interset for this feature is still alive!
any update on this?