can_engine 0.1.3
can_engine: ^0.1.3 copied to clipboard
Zero-copy CAN engine with C++ Asio event loop and Glaze reflection. Dart reads the DisplaySnapshot via Pointer.ref — no copies, no GC.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add can_engineWith Flutter:
$ flutter pub add can_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
can_engine: ^0.1.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:can_engine/can_engine.dart';