rydmike / flex_color_scheme

A Flutter package to make and use beautiful color scheme based themes.
Other
887 stars 100 forks source link

default light mode on Tabs is white text on white background #234

Open sgehrman opened 1 month ago

sgehrman commented 1 month ago

I had to add tabBarStyle: FlexTabBarStyle.forBackground,

Why is a default broken?

rydmike commented 1 month ago

If you are using FlexColorScheme 7.3.1 or earlier with Flutter 3.22, this might happen.

FlexColorScheme 7.3.1 and earlier are not fully compatible with Flutter 3.22 that contains many substantial breaking changes in how it handles surface colors.

https://docs.flexcolorscheme.com/ Screenshot 2024-05-19 at 02 44 26


If you are using Flutter 3.19 or earlier, please provide a code sample to reproduce your issue, and we will look into it.

sgehrman commented 1 month ago

That's disappointing as I spent the morning converting my app. Do you think it will be out in a week or so, or longer?