kuksa_dart_sdk 0.1.0
kuksa_dart_sdk: ^0.1.0 copied to clipboard
Dart/Flutter client SDK for the Eclipse KUKSA Vehicle Abstraction Layer (kuksa-databroker v2). Provides typed access to Vehicle Signal Specification (VSS) signals — including road friction, traction, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kuksa_dart_sdkWith Flutter:
$ flutter pub add kuksa_dart_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kuksa_dart_sdk: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kuksa_dart_sdk/kuksa_dart_sdk.dart';