diagnostic_trouble_codes 1.0.0
diagnostic_trouble_codes: ^1.0.0 copied to clipboard
A Flutter package providing fast, offline access to a comprehensive OBD-II Diagnostic Trouble Code (DTC) SQLite database with generic SAE J2012 and manufacturer-specific definitions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add diagnostic_trouble_codesWith Flutter:
$ flutter pub add diagnostic_trouble_codesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
diagnostic_trouble_codes: ^1.0.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:diagnostic_trouble_codes/diagnostic_trouble_codes.dart';