· Starting with Flutter

Passing a list of strings from a FF dropdown widget to a custom widget

Custom Code

I have a custom widget where I would like to receive a list of strings from a FlutterFlow dropdown widget. I can pass the list of item values as a parameter on the first load but I'm not receiving the updated changes afterwards.

Thanks in advance for any help!

What have you tried so far?

I added an Update App State action to a On Selected event action of the dropdown and a Rebuild Current Page, expecting to receive the updated values.

Did you check FlutterFlow's Documentation for this topic?
No