Update Flutter, packages, increment version

This commit is contained in:
Imran Remtulla
2024-05-16 22:31:21 -04:00
parent 485812d076
commit fbfeaf2a91
8 changed files with 35 additions and 34 deletions

View File

@@ -224,7 +224,7 @@ class _ObtainiumState extends State<Obtainium> {
// set the background and surface colors to pure black in the amoled theme
if (settingsProvider.useBlackTheme) {
darkColorScheme = darkColorScheme
.copyWith(background: Colors.black, surface: Colors.black)
.copyWith(surface: Colors.black)
.harmonized();
}