diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 6c50869..d416d2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,6 +29,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 intl: ^0.17.0 + numberpicker: ^2.1.1 dev_dependencies: flutter_test: @@ -46,9 +47,17 @@ flutter: uses-material-design: true # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg + assets: + - images/HMI_HVAC_Fan_Icon.png + - images/HMI_HVAC_Left_Chair_ON.png + - images/HMI_HVAC_Right_Chair_ON.png + - images/HMI_HVAC_Left_Chair_OFF.png + - images/HMI_HVAC_Right_Chair_OFF.png + - images/HMI_HVAC_Circulation_Inactive.png + - images/HMI_HVAC_Rear_Active.png + - images/HMI_HVAC_Front_Inactive.png + - images/HMI_HVAC_AirDown_Inactive.png + - images/HMI_HVAC_AirUp_Inactive.png # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware. |