diagnostic_trouble_codes 1.0.0 copy "diagnostic_trouble_codes: ^1.0.0" to clipboard
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_codes

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 dart pub get):

dependencies:
  diagnostic_trouble_codes: ^1.0.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:diagnostic_trouble_codes/diagnostic_trouble_codes.dart';
0
likes
0
points
197
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on diagnostic_trouble_codes