flutter_smart_select
flutter_smart_select copied to clipboard
Color problem in dark theme
Report bug:
We have problem when out application is dark mode:
If we change modal background this problem is still exists:
modalStyle: S2ModalStyle(
backgroundColor: Colors.white
),
Any reaction?
I released https://pub.dev/packages/flutter_awesome_select with fixed null safety. Could you check that everything works for you?
Ok i'll try and tell you the result
Thanks
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.