Rizal Gunawan

Results 2 comments of Rizal Gunawan

> hi @rizalgunawan, dynamic component is a container, u can use `setState` to change json object in dynamic or just return widget directly: > > ``` > FutureBuilder( > future:...

Hi @Rannie, thanks for your quick response, I think you misinterpreted what I meant, Try to see the example Dynamic ListView at : https://github.com/Rannie/flui/blob/master/example/lib/pages/dylistview_page.dart it contains a static widget from...