-
Notifications
You must be signed in to change notification settings - Fork 68
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
Issue #63 #64
base: master
Are you sure you want to change the base?
Issue #63 #64
Conversation
Nice work Guillaume! I'm trying to install your fork, but I have this error: My company project has Dart >=2.12. I suggest you to make another version of this package that supports Dart >=2.14 |
Hi @guillempuche, dependencies:
# my dependencies
dependency_overrides:
shared_preferences: 2.0.7 |
Thanks a lot for sharing your knowledge, Guillaume! |
@Norbert515, could you update the package? |
@Norbert515, could you merge this, please? |
+1 @Norbert515 |
Fix #63
2.0.0
ThemeMode
instead ofBrightness
(Fix Is it possible to add a system theme option? #49).ThemedWidgetBuilder themedWidgetBuilder
takes now the following parameters:BuildContext, ThemeMode, ThemeData
.data
parameter is now optional and has the typeThemeDataWithThemeModeBuilder
.defaultBrightness
becamedefaultThemeMode
and use by defaultThemeMode.system
.loadBrightnessOnStart
becameloadThemeOnStart
.package:dynamic_theme/dynamic_theme.dart
for bothDynamicTheme
andBrightnessSwitcherDialog
.