flutter_choice
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.
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
Because xxx depends on choice >=1.0.0-dev.2 which requires SDK version >=3.0.6
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?