flutter_smart_select icon indicating copy to clipboard operation
flutter_smart_select copied to clipboard

Color problem in dark theme

Open A1Gard opened this issue 3 years ago • 4 comments

Report bug:

We have problem when out application is dark mode:

image

A1Gard avatar Jul 29 '21 05:07 A1Gard

If we change modal background this problem is still exists:

modalStyle: S2ModalStyle(
    backgroundColor: Colors.white
  ),

image

A1Gard avatar Jul 29 '21 05:07 A1Gard

Any reaction?

A1Gard avatar Aug 20 '21 23:08 A1Gard

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

Ok i'll try and tell you the result

Thanks

A1Gard avatar Jan 19 '22 05:01 A1Gard

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