[core] Update Flutter to Version 3.24.0 (#189)

Update Flutter to Version 3.24.0 and replace the deprecated `background`
and `onBackground` colors with `surface` and `onSurface`. Within this
migration we also adjusted the `onSecondary` color, so that the apps
look as before the update.
This commit is contained in:
Rico Berger
2024-08-09 14:06:53 +02:00
committed by GitHub
parent 43a8ebe513
commit 96eccb5503
35 changed files with 186 additions and 161 deletions

View File

@@ -101,7 +101,7 @@ class _ColumnLayoutHeaderState extends State<ColumnLayoutHeader> {
),
),
centerTitle: false,
backgroundColor: Constants.background,
backgroundColor: Constants.surface,
title: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
@@ -216,7 +216,7 @@ class _ColumnLayoutHeaderState extends State<ColumnLayoutHeader> {
width: double.infinity,
height: _showSettings,
decoration: const BoxDecoration(
color: Constants.backgroundContainerBackgroundColor,
color: Constants.surfaceContainerBackgroundColor,
),
padding: const EdgeInsets.all(Constants.spacingMiddle),
child: ColumnLayoutHeaderSettings(