vin_decoder 0.2.0-nullsafety vin_decoder: ^0.2.0-nullsafety copied to clipboard
Dart library for working with Vehicle Identification Numbers (VINs) based on ISO 3779:2009 and World Manufacturer Identifiers (WMIs) based on ISO 3780:2009, enriched by NHTSA data.
0.2.0-nullsafety #
- Migrate for null safety
0.1.3 #
- Update dependencies
- Switch from 'final' to 'const' for static map initializers
0.1.2 #
- Add support for VIN generation
0.1.1 #
- Fix up manufacturer lookup for unknown WMIs
0.1.0 #
- Extend decoder to optionally query the
NHTSA Vehicle API
to provide make, model, and vehicle type information. - Elaborate
dartdoc
comments and documentation
0.0.1+1 #
- Restrict the
meta
package version to 1.1.6 to match the Flutter SDK limitations.
0.0.1 #
- Initial version