davigmacode / flutter_smart_select

SmartSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.

Home Page:https://pub.dev/packages/smart_select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want multiple choices to be able to add choice at the top search bar.

Zony-Zhao opened this issue · comments

I have multiple choices as ['dog','cat','duck]. I want users to be able to add their own pet if it is not in the list. They can input 'bird' and generate a choice dynamically, then return ['dog','bird']

I released https://pub.dev/packages/flutter_awesome_select with fixed null safety.
Could you check that everything works for you?

Hi everyone,

I'm really sorry for not maintaining the smart_select package in a long time. It's been a great project, but it's become too difficult for me to maintain, especially since I've been going through a tough time for the past few years.

In its place, I've released a new package called choice. The combination 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.

I hope you'll check out choice. I think you'll find it to be a great replacement for smart_select.

Thanks for your understanding.