Flutter Flow: Get Values From Multiple-Choice, Choice Chips (Again)

Christopher Coffee
4 min readMar 22, 2024

Previously I walked through how to get the value from Multiple-Choice Choice Chips using App State and a custom action.

Now I will show you another way to get the value using Page State and a custom function.

Custom development

--

--