vehicle_condition_fusion 0.3.3 copy "vehicle_condition_fusion: ^0.3.3" to clipboard
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_fusion

With Flutter:

 $ flutter pub add vehicle_condition_fusion

This 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.3

Alternatively, 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';
0
likes
150
points
618
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, no databroker SDK.

Repository (GitHub)
View/report issues
Contributing

Topics

#driving #safety #automotive #navigation #winter-driving

License

BSD-3-Clause (license)

Dependencies

driving_conditions, driving_weather, equatable

More

Packages that depend on vehicle_condition_fusion