flutter_smart_select icon indicating copy to clipboard operation
flutter_smart_select copied to clipboard

Package not working?

Open kanapkowyksiaze123 opened this issue 4 years ago • 1 comments

Hi All,

I tried to copy-paste and run an example code, but it never works. I tried multiple builds and multiple flutter versions as well. It does seem that some parameters are faulty or missing that is the message I receive from my compiler: image

To be more specific there are a couple of issues, like assigning .selected parameter to the string within tileBuilder, so on. I am not sure if anyone would be able to help here, but if so - I would be highly grateful.

kanapkowyksiaze123 avatar Feb 10 '21 11:02 kanapkowyksiaze123

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

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.

davigmacode avatar Aug 26 '23 11:08 davigmacode