diagnostic_trouble_codes 1.0.3
diagnostic_trouble_codes: ^1.0.3 copied to clipboard
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_codesThis 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.3Alternatively, 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';