navigation_safety_core 0.10.0 copy "navigation_safety_core: ^0.10.0" to clipboard
navigation_safety_core: ^0.10.0 copied to clipboard

Pure Dart core models for navigation safety: alert severity, safety score, threshold config, navigation route, and safety scenario identifiers. No Flutter dependency. Consumed by navigation_safety (th [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add navigation_safety_core

With Flutter:

 $ flutter pub add navigation_safety_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  navigation_safety_core: ^0.10.0

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:navigation_safety_core/navigation_safety_core.dart';
0
likes
150
points
462
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart core models for navigation safety: alert severity, safety score, threshold config, navigation route, and safety scenario identifiers. No Flutter dependency. Consumed by navigation_safety (the full Flutter + BLoC package) and any other pure-Dart consumer that needs the safety vocabulary without paying for the Flutter rendering surface.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #safety #automotive #winter-driving

License

BSD-3-Clause (license)

Dependencies

equatable, latlong2

More

Packages that depend on navigation_safety_core