Sliders in List Views Error

I've been trying to solve this for a few days, so to the community I come! I've researched and researched but to no avail.

SliderError.jpg
30.81KB

I want to dynamically generate a list of questions in a list view. Easy. Then I list an answer and the user slides the slider to how much they agree/disagree/%. I want to log the slider position back into firebase. I believe I understand the concept that the slider is within a dynamically generated object and therefore can't be individualized for each generation (that's how my brain gets there). What I don't understand is how to dynamically generate slider children like the error asks.

I've tried generating a component, but I'm unsure of where/how to dynamically assign it. There's something larger here that I'm missing, and I think that others could be helped too. Or reference me to an existing community post if there is one (I couldn't find). Thanks in advance.

Error is: Slider widget with the current configuration will not function properly when generated dynamically at the moment (because it is associated with a local state variable). Consider wrapping it inside of a component and then generate the component dynamically.

2