Upload Flutter-Dashboard app for IVI 64/27964/7
authorHritik Chouhan <hritikc3961@gmail.com>
Thu, 1 Sep 2022 18:46:09 +0000 (20:46 +0200)
committerHritik Chouhan <hritikc3961@gmail.com>
Fri, 16 Sep 2022 16:24:43 +0000 (18:24 +0200)
commit10945b8056eb2b228c156918a3505882a49a79b8
treec8190f53a85ceaf31d9b978cb3d61941bb7a8bc4
parentcb0d87bfb6b6daf9ad22ab76d333e70451602406
Upload Flutter-Dashboard app for IVI

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
23 files changed:
.gitreview [new file with mode: 0644]
License.md [new file with mode: 0644]
images/car_img.png [new file with mode: 0644]
images/cloud.png [new file with mode: 0644]
images/thermostate.png [new file with mode: 0644]
lib/HomePage.dart [new file with mode: 0644]
lib/Kuksa-server/intial_connection.dart [new file with mode: 0644]
lib/Kuksa-server/onBoarding_page.dart [new file with mode: 0644]
lib/Kuksa-server/vehicle_class.dart [new file with mode: 0644]
lib/Kuksa-server/vehicle_config.dart [new file with mode: 0644]
lib/Kuksa-server/vehicle_methods.dart [new file with mode: 0644]
lib/Kuksa-server/vehicle_provider.dart [new file with mode: 0644]
lib/Kuksa-server/vehicle_server_path.dart [new file with mode: 0644]
lib/Tier_pressure.dart [new file with mode: 0644]
lib/config.dart [new file with mode: 0644]
lib/drawArrow.dart [new file with mode: 0644]
lib/main.dart [new file with mode: 0644]
lib/provider.dart [new file with mode: 0644]
lib/size.dart [new file with mode: 0644]
lib/widgets/child_lock.dart [new file with mode: 0644]
lib/widgets/fuel_and_speed.dart [new file with mode: 0644]
lib/widgets/weather.dart [new file with mode: 0644]
pubspec.yaml [new file with mode: 0644]