karvulf
karvulf
Unfortunately not, and it could take several month before I could start trying to implement this feature, sry :/ @MhmdFouda
Can you share the code with me? Sounds like the keys could change after the rebuilt @gmarizy
Your remove last part looks weird, you could also call removeLast on the list and then call setState to update your widget @gmarizy
And I don’t understand why you use the ValueListenableBuilder. How your code looks you don’t need it if you just use setState @gmarizy
Hello @JesperBllnbm Thanks for opening the Draft-PR. Can you change the target branch to `release/v5.0.0` so that I can see your changes?
Now I see it I will think tomorrow about this and come back to you @JesperBllnbm
Good morning @JesperBllnbm So I thought about your idea, what exactly do you want to achieve by customization? Because most of these things are already reachable as parameters as you...
In that case, I could make the feedback widget more customizable and also add the drag anchor strategy. I will come back with that to you later @JesperBllnbm
Hi @tsquillario Thanks for opening the issue. I never used it that way that I had 2 `SingleChildScrollView`. I have to check if that is even possible with my code....
Yeah the main issue is that I always expected that you return a `GridView` directly and not any other widgets like `InteractiveViewer`. So that's the reason why it does not...