summaryrefslogtreecommitdiffstats
path: root/pubspec.yaml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-24 15:30:10 -0500
committerScott Murray <scott.murray@konsulko.com>2022-12-29 06:34:45 +0000
commitd9c46db74ab0947ae50a47f1aa1a95cadd1020e8 (patch)
treee9cad647d01f546107dfa820363a80c48e33c6e2 /pubspec.yaml
parentb730a26f42117a50d308c50444d3bbb3f0aaa20c (diff)
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 <scott.murray@konsulko.com> Change-Id: I069e0bd53c79d73cc7a60045309efdfeb9409fbc
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml7
1 files changed, 1 insertions, 6 deletions
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