summaryrefslogtreecommitdiffstats
path: root/lib/Kuksa-server/vehicle_methods.dart
AgeCommit message (Collapse)AuthorFilesLines
2022-12-31Rework Riverpod provider usageScott Murray1-190/+0
Replace the single Riverpod provider for all vehicle signals with separate ones for each required signal used directly in the widgets that require them. This is more in line with recommended Riverpod practice, and should avoids driving full widget tree rebuilds on every signal received. Bug-AGL: SPEC-4660 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibe1ff26f8cd95cbe9cbb477feaf31c9f4919bf6a
2022-12-13Update Tier -> TireScott Murray1-12/+12
Bug-AGL: SPEC-4642 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8540eb55d83bf617a4c0d7fb9f97a16c72611603 (cherry picked from commit 1a5706e55524f8ba16d28ea9e9748e3ff0ac48c1)
2022-12-13Update signal names and types for KUKSA.val 0.2.5Scott Murray1-10/+10
Bug-AGL: SPEC-4641 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifd112d65365c8f30112580cd7c706ac014acb1ca (cherry picked from commit 30ebc2ffda4d8d2f6f751f217a4fc1472b00dd99)
2022-09-16Upload Flutter-Dashboard app for IVIHritik Chouhan1-0/+190
Flutter Dashboard app which shows Tyres Pressure, Child lock status , Current Location,Speed,RPM,outside and inside Temperature , Average fuel Consumption. update UI and Removed Unused code. Moved kuksa authtoken and mapbox access token and other things to config file. Bug-AGL: SPEC-4547 Signed-off-by: Hritik Chouhan <hritikc3961@gmail.com> Change-Id: I14f42ed453c8279a1e89f8835d2b24e07e4ce376