Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We��ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sgehrman opened this issue May 18, 2024 · 2 comments
Open

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

sgehrman opened this issue May 18, 2024 · 2 comments

Comments

@sgehrman
Copy link

I had to add
tabBarStyle: FlexTabBarStyle.forBackground,

Why is a default broken?

@rydmike
Copy link
Owner

rydmike commented May 19, 2024

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants