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.
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.dbSQLite 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
