flutter_smart_select icon indicating copy to clipboard operation
flutter_smart_select copied to clipboard

Can you add null-safety to the lib?

Open dnsoumik opened this issue 2 years ago • 7 comments

dnsoumik avatar Sep 02 '21 04:09 dnsoumik

+1

explorova avatar Sep 25 '21 14:09 explorova

+1

chrisvidal avatar Oct 20 '21 08:10 chrisvidal

Looks like this library is abandoned, however there are two Null-safety forks: Well maintained: Github: https://github.com/artflutter/flutter_awesome_select Pub: https://pub.dev/packages/flutter_awesome_select

Less maintained: Github: https://github.com/akbarpulatov/flutter_awesome_select Pub: https://pub.dev/packages/awesome_select

absar avatar Oct 20 '21 17:10 absar

+1

iulian0512 avatar Oct 28 '21 12:10 iulian0512

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

vasilich6107 avatar Nov 12 '21 23:11 vasilich6107

tested the v6.0.0 null safety and seems to be working well. thanks

chrisvidal avatar Nov 18 '21 08:11 chrisvidal

@chrisvidal sure thing ;-)

vasilich6107 avatar Nov 18 '21 08:11 vasilich6107

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