From d9c46db74ab0947ae50a47f1aa1a95cadd1020e8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 24 Dec 2022 15:30:10 -0500 Subject: Rework temperature controls Rework the temperature controls to use NumberPicker widgets so they function more like a user would expect. The associated Riverpod providers have been updated to track the temperature value directly, and some minor layout tweaks have also been made. Bug-AGL: SPEC-4644 Signed-off-by: Scott Murray Change-Id: I069e0bd53c79d73cc7a60045309efdfeb9409fbc --- pubspec.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index 5f0b20e..614897f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,14 +30,9 @@ dependencies: flutter: sdk: flutter - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 flutter_svg_provider: ^1.0.3 - flutter_hooks: ^0.18.3 + numberpicker: ^2.1.1 slider_controller: ^0.0.3 - scrollable_positioned_list: ^0.3.1 flutter_riverpod: ^1.0.3 yaml: ^3.1.1 -- cgit 1.2.3-korg