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

is support dark mode? #72

Open
linkaituo opened this issue Jan 17, 2023 · 2 comments
Open

is support dark mode? #72

linkaituo opened this issue Jan 17, 2023 · 2 comments

Comments

@linkaituo
Copy link

this is widget is good, but when i use in dark mode, it's light, is any solution?

@Awesomeplayer165
Copy link

I can confirm there is a dark mode. Check your Material App theme settings? it should include the following:

theme: ThemeData(
        brightness: Brightness.light,
        useMaterial3: true,
      ),
      darkTheme: ThemeData(
        brightness: Brightness.dark,
        useMaterial3: true,
      ),
      themeMode: ThemeMode.system,

image

@linkaituo
Copy link
Author

ths

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

No branches or pull requests

2 participants