flutter_smart_select icon indicating copy to clipboard operation
flutter_smart_select copied to clipboard

Add new Item into list

Open alexaung opened this issue 3 years ago • 2 comments

I am using single modal select. Now client want to add item if there is no specific item in list. If user add the new item and then auto selected that newly added item. Is there a way to integrate with this control.

alexaung avatar Nov 25 '21 10:11 alexaung

Hi @alexaung as you can see from the commits this library is not supported

I released https://pub.dev/packages/flutter_awesome_select with fixed null safety. I suggest you to switch to new fork

vasilich6107 avatar Dec 01 '21 14:12 vasilich6107

Thanks

alexaung avatar Dec 01 '21 21:12 alexaung

Hi everyone,

I'm sorry to announce that I'm no longer maintaining the smart_select package. It's been a great project, but it's become too difficult to maintain.

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.

davigmacode avatar Aug 26 '23 10:08 davigmacode