linux_can 0.1.0+1 copy "linux_can: ^0.1.0+1" to clipboard
linux_can: ^0.1.0+1 copied to clipboard

Package for using CAN devices on linux.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linux_can

With Flutter:

 $ flutter pub add linux_can

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

dependencies:
  linux_can: ^0.1.0+1

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:linux_can/linux_can.dart';
8
likes
140
points
77
downloads

Publisher

verified publisherkdab.com

Weekly Downloads

Package for using CAN devices on linux.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

_ardera_common_libc_bindings, collection, ffi, quiver

More

Packages that depend on linux_can