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.

1.0.3 #

📦 Documentation #

  • Fixed Readme Description.

1.0.2 #

📦 Documentation #

  • Fixed Flutter CI badge link in README.

1.0.1 #

📦 Documentation #

  • Updated README with database compatibility section.
  • Improved release documentation and project description.
  • Clarified relationship with the upstream Wal33D DTC Database project.

1.0.0 #

🎉 Initial Stable Release #

Initial public release of the Flutter wrapper for the DTC Database created by Waleed Judah (Wal33D).

✨ Features

  • Offline Diagnostic Trouble Code (DTC) lookup
  • Bundled dtc_codes_v0.1.0.db SQLite database (no external setup required)
  • Manufacturer-specific and generic code resolution
  • Keyword search support
  • Batch lookup utilities
  • Type-based filtering (P/B/C/U)
  • Manufacturer filtering
  • Locale-aware querying
  • Built-in LRU caching for performance optimization
  • Database statistics API

📦 Notes

  • This package is a Dart/Flutter wrapper around the original database project.
  • Database schema and data are maintained upstream by Wal33D.
  • Future updates will primarily include:
    • Dependency updates
    • Compatibility adjustments
    • Database asset updates following upstream changes
0
likes
150
points
195
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