Skip to content

parent child relation ship using flutter listview builder #2

Description

@probegins

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions