FlutterFlow / flutterflow-ui

BSD 3-Clause "New" or "Revised" License
151 stars 62 forks source link

Added optional value to flutter_flow_choice_chips.dart #10

Open nick-chargely opened 10 months ago

nick-chargely commented 10 months ago

Added option value behind the label. This is a very common usecase for these multichoice widgets especially when working with multiple languages. The label displayed to the user will often be different than what we store as the value.

For example, when you have a list of enum a user can select - you will translate the enum to string but keep the enum as the value you store