diagnostic_trouble_codes 1.0.3 copy "diagnostic_trouble_codes: ^1.0.3" to clipboard
diagnostic_trouble_codes: ^1.0.3 copied to clipboard

PlatformAndroid

A clean, asynchronous Flutter wrapper around the DTC Database created by Waleed Judah (Wal33D) enabling fast local lookups of OBD-II fault codes without APIs, internet access, or custom SQL logic.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add diagnostic_trouble_codes

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

dependencies:
  diagnostic_trouble_codes: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:diagnostic_trouble_codes/diagnostic_trouble_codes.dart';
0
likes
150
points
197
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A clean, asynchronous Flutter wrapper around the DTC Database created by Waleed Judah (Wal33D) enabling fast local lookups of OBD-II fault codes without APIs, internet access, or custom SQL logic.

Repository (GitHub)
View/report issues

Topics

#automotive #dtc #sqlite #offline-database #flutter-plugin

License

MPL-2.0 (license)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on diagnostic_trouble_codes