vehicle_condition_fusion 0.3.3
vehicle_condition_fusion: ^0.3.3 copied to clipboard
Safety-calibrated fusion of in-vehicle signals (road friction, TCS/ABS, wiper/rain, ambient temperature) into a driving-condition hazard verdict, with an honest-degradation rail. Pure Dart, no Flutter [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vehicle_condition_fusionWith Flutter:
$ flutter pub add vehicle_condition_fusionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vehicle_condition_fusion: ^0.3.3Alternatively, 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:vehicle_condition_fusion/vehicle_condition_fusion.dart';