summaryrefslogtreecommitdiffstats
path: root/pubspec.yaml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-29 01:39:03 -0500
committerScott Murray <scott.murray@konsulko.com>2022-12-29 01:50:08 -0500
commit61da09ade5afc3ab340d514d581fa48a1208dcf1 (patch)
treee1a8ab2a42db8101866c585e154ad4ab7cdf9e4b /pubspec.yaml
parent1a5706e55524f8ba16d28ea9e9748e3ff0ac48c1 (diff)
Layout simplifications and tweaks
Changes: - Remove OrientationBuilder usage and landscape widget layout, as it complicates further rework due to not being as easily tested, and will be an ongoing maintenance hassle until landscape mode is actually required. - Simplify layout by removing the arrows for tire pressure, and replacing the heavy Positioned usage with Row/Columns with some alignment directives. - Swap the fuel and speed gauges to have the speed on the left, as that matches the typical cluster postion. - Correct the aspect ratio of hero car image and increase its size to better fill available area. - Tweaked label alignment and positioning on the temperature widgets to better make use of the available space. - Corrected labels to 'km/h' in a couple of places. Bug-AGL: SPEC-4660 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I45a15e2c4c9aa835745c754952979cda8baa90fa
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pubspec.yaml b/pubspec.yaml
index 0d40344..5945b91 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -30,13 +30,8 @@ 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_riverpod: ^1.0.3
percent_indicator: ^4.2.1
- latlng: ^0.2.0
http: ^0.13.4
yaml: ^3.1.1