obd_vin_decoder 0.0.10
obd_vin_decoder: ^0.0.10 copied to clipboard
A pure Dart package for offline and online Vehicle Identification Number (VIN) decoding, supporting modern vehicles up to 2039
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- Algorithmic optimization: Replaced hardcoded year maps with ISO 3779 mathematical sequence calculation.
- Reduced package size and improved execution speed.
0.0.10 #
- Added massive offline support for Japanese Domestic Market (JDM) chassis numbers.
- Added
isJdmflag andgetModel()method to easily identify JDM imports. - Added seamless API fallback integration for Cardog/Global APIs.