flutter_choice icon indicating copy to clipboard operation
flutter_choice copied to clipboard

The successor to smart_select and chips_choice with cleaner, more flexible, and composable API for creating inline or prompted choice widgets with single or multiple selection.

Results 6 flutter_choice issues
Sort by recently updated
recently updated
newest added

Hi davigmacode, thank you for this sweet package😊. I've been utilizing the package you provided recently and noticed an interesting observation. In one of our projects, we incorporated ChoiceChip widgets...

Eg. - Fetch on API as user type on search input

I can make the control work with strings, but I need to pass in the list of objects, use the itemBuilder to create a widget from each object, and present...

Is it possible to prevent an option from being clicked?