vin_decoder
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.1.4
11K downloads/mo
#2832 most downloaded on pub.dev
adaptant-labs/vin-decoder-dart
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
10 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Apr 2019 to May 2021Releases
latest 10-
0.2.1-nullsafety29 May 2021 pre-releaseRelease notes
Open source →- Support VINs with 2-character manufacturer IDs in their WMI (reported by @huangkaichang, issue #7)
- Fix Uri parsing for NHTSA DB REST API
-
0.2.0-nullsafety03 Mar 2021 pre-release -
0.1.429 May 2021Release notes
Open source →For sound null safety, use the -nullsafety pre-releases until such a
time that all of the package dependencies have migrated.Release notes
Open source →- Support VINs with 2-character manufacturer IDs in their WMI (reported by @huangkaichang, issue #7)
- Fix Uri parsing for NHTSA DB REST API
-
0.1.4+129 May 2021Release notes
Open source →- Support VINs with 2-character manufacturer IDs in their WMI (reported by @huangkaichang, issue #7)
- Fix Uri parsing for NHTSA DB REST API
Release notes
Open source →- Revert null-safety changes from stable release to satisfy SDK constraints
-
0.1.307 Dec 2020Release notes
Open source →- Update dependencies (@awhitford)
- Switch from 'final' to 'const' for static map initializers (@awhitford)
Release notes
Open source →- Update dependencies
- Switch from 'final' to 'const' for static map initializers
-
0.1.219 Jun 2020 -
0.1.104 Nov 2019 -
0.1.020 Sep 2019Release notes
Open source →- Extend decoder to optionally query the
NHTSA Vehicle APIto provide make, model, and vehicle type information. - Elaborate
dartdoccomments and documentation
- Extend decoder to optionally query the
-
0.0.102 Apr 2019 -
0.0.1+102 Apr 2019Release notes
Open source →- Restrict the
metapackage version to 1.1.6 to match the Flutter SDK limitations.
- Restrict the