How to Dynamically Create App/Page State Variables for Lists in FlutterFlow

Widgets & Design

Hi everyone,

I'm working on an app where I need to dynamically create lists of teams and their members. The number of teams and members is determined at runtime based on user input, so I don't know beforehand how many teams or members there will be.

I know I can manually create app or page state variables in FlutterFlow, but my challenge is figuring out how to dynamically generate these lists based on the number of teams and members the user creates during runtime.

Does anyone have any suggestions on how I can achieve this in FlutterFlow? Are there any specific steps or best practices for dynamically handling this kind of data?

Thanks in advance for your help!

What have you tried so far?

Docs + Videos

Did you check FlutterFlow's Documentation for this topic?
Yes
2