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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic List not working in builder

thekavak opened this issue · comments

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.

can u share ur code?