diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-12-01 13:47:57 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-12-01 13:47:57 +0900 |
commit | 91911d970149555f4d8b9bd841e879d693904cea (patch) | |
tree | 77694fcf938102a55944e5b2c3a597db2a1e9e35 | |
parent | e23cc5c65cf2d8e5468f84e38c44c0e229249846 (diff) |
Add HMI_Dashboard_Car image
-rw-r--r-- | images/HMI_Dashboard_Car_1080.png | bin | 0 -> 256058 bytes | |||
-rw-r--r-- | images/HMI_Dashboard_Car_720.png | bin | 0 -> 123404 bytes | |||
-rw-r--r-- | pubspec.yaml | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/images/HMI_Dashboard_Car_1080.png b/images/HMI_Dashboard_Car_1080.png Binary files differnew file mode 100644 index 0000000..387a4b1 --- /dev/null +++ b/images/HMI_Dashboard_Car_1080.png diff --git a/images/HMI_Dashboard_Car_720.png b/images/HMI_Dashboard_Car_720.png Binary files differnew file mode 100644 index 0000000..0e4079c --- /dev/null +++ b/images/HMI_Dashboard_Car_720.png diff --git a/pubspec.yaml b/pubspec.yaml index d416d2f..18661d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,6 +58,8 @@ flutter: - images/HMI_HVAC_Front_Inactive.png - images/HMI_HVAC_AirDown_Inactive.png - images/HMI_HVAC_AirUp_Inactive.png + - images/HMI_Dashboard_Car_720.png + - images/HMI_Dashboard_Car_1080.png # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware. |