From 0c24d7f6ebdb688d3aee492b5f84aa21e141f7e7 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 5 Sep 2024 14:01:44 -0700 Subject: Flutter SDK 3.24.1 -add flutter_calendar_carousel as local package, and update intl version -address most of the analyze issues; not including flutter_calendar_carousel -update all packages Change-Id: I5db9234726e8e2f8d07e1431e8dac2787c521c08 Signed-off-by: Joel Winarske Signed-off-by: Joel Winarske Signed-off-by: Joel Winarske (cherry picked from commit d3ea8d7fa4518c258fca3c825ee895487fcaa8ec) --- lib/presentation/common_widget/volume_and_fan_control.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/presentation/common_widget') diff --git a/lib/presentation/common_widget/volume_and_fan_control.dart b/lib/presentation/common_widget/volume_and_fan_control.dart index 765193b..8c78b4f 100644 --- a/lib/presentation/common_widget/volume_and_fan_control.dart +++ b/lib/presentation/common_widget/volume_and_fan_control.dart @@ -19,7 +19,7 @@ class VolumeFanControl extends ConsumerWidget { child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ - VolumeBar(), + const VolumeBar(), SizedBox( height: gapSize, ), -- cgit 1.2.3-korg