-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I am new to flutter and started to use your package for my current application.
I have an issue. I can explain how my interface is and what I am trying ti achieve.
I have 2 section(container) in my screen. The screen is divided into 2 parts. The first part contains a list view builder and second also contains listviewbuilder. I already have one to one relationship b/w data. What I mean here, When I try to change any data in first listview, it should show in second listview builder but only in realted field in second listview builder.
I can say that I have textfield controller in both listview builders. If I eneter a number in first listview builder textbox, that should capture and show in second listviewbuilder if it is related with first textbox controller. if there is no relation, it should not show. I am not getting an idea how to do relationship and get all data from both listviewbuilder when submit data.
I am getting data in bloc but I don'r know where to insert in second list view builder. HO can I make correct reltation ship b/w this