obd2 0.10.0 copy "obd2: ^0.10.0" to clipboard
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 obd2

With Flutter:

 $ flutter pub add obd2

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

dependencies:
  obd2: ^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:obd2/obd2.dart';
1
likes
0
points
180
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#obd2 #automotive #telemetry #bluetooth #elm327

License

unknown (license)

Dependencies

flutter, flutter_blue_plus, math_expressions

More

Packages that depend on obd2