obd2 0.10.0
obd2: ^0.10.0 copied to clipboard
A production-ready SAE J1979 OBD-II SDK for Flutter with BLE support for ELM327-compatible adapters. Provides real-time telemetry, DTC parsing, and type-safe PID handling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add obd2With Flutter:
$ flutter pub add obd2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
obd2: ^0.10.0Alternatively, 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:obd2/obd2.dart';