- Expose helpers for querying NHTSA DB and accessing extended vehicle information (requested by @ride4sun, issue #8)
- Revert null-safety changes from stable release to satisfy SDK constraints
- Support VINs with 2-character manufacturer IDs in their WMI (reported by @huangkaichang, issue #7)
- Fix Uri parsing for NHTSA DB REST API
- Update dependencies
- Switch from 'final' to 'const' for static map initializers
- Add support for VIN generation
- Fix up manufacturer lookup for unknown WMIs
- Extend decoder to optionally query the
NHTSA Vehicle API
to provide make, model, and vehicle type information. - Elaborate
dartdoc
comments and documentation
- Restrict the
meta
package version to 1.1.6 to match the Flutter SDK limitations.
- Initial version