shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

Dynamic List not working in builder #24

Closed thekavak closed 3 years ago

thekavak commented 4 years ago

Hi, Thank you for this package. I added this package my project, it works perfectly but I have a big problem. :)

As I scrolled down the page, I was pulling data again and showing them in the list. Now I am drawing data again, but my list in builder is not refreshed. Can I use something different instead of the builder? how can i solve this.

shiburagi commented 4 years ago

can u share ur code?