Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring newest changes from main to nullsafety branch #10

Open
wants to merge 28 commits into
base: nullsafety
Choose a base branch
from

Commits on May 29, 2021

  1. Add support for 2-character manufacturer codes in the WMI

    Some manufacturers use the first 2 characters of the WMI as the
    manufacturer ID, with the 3rd denoting the specific class of vehicle
    specific to that manufacturer.
    
    Fixes adaptant-labs#7.
    pmundt committed May 29, 2021
    Configuration menu
    Copy the full SHA
    39a01e9 View commit details
    Browse the repository at this point in the history
  2. Update stable release to 0.1.4

    pmundt committed May 29, 2021
    Configuration menu
    Copy the full SHA
    1010c47 View commit details
    Browse the repository at this point in the history
  3. Reduce dart SDK constraints for unsound null safety

    For sound null safety, use the -nullsafety pre-releases until such a
    time that all of the package dependencies have migrated.
    pmundt committed May 29, 2021
    Configuration menu
    Copy the full SHA
    235f9cb View commit details
    Browse the repository at this point in the history
  4. Revert "null safety migration" for stable release

    This reverts commit e739c20.
    pmundt committed May 29, 2021
    Configuration menu
    Copy the full SHA
    3740e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7635210 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Add .vscode to .gitignore

    pmundt committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2ce1ced View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Expose NHTSA API accessors

    Presently the NHTSA DB results are trapped and filtered for the specific data points required by the VIN decoder, but this can be generalized in order to permit other variables exposed by the NHTSA API to be directly queried.
    
    Resolves adaptant-labs#8
    pmundt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    dc082f1 View commit details
    Browse the repository at this point in the history
  2. Update Travis CI badge link

    pmundt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    00bb611 View commit details
    Browse the repository at this point in the history
  3. Bump up dependency versions

    pmundt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    717aaf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    9d2eb7c View commit details
    Browse the repository at this point in the history
  2. Nullsafety compliant

    BellRampion committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6ea3d42 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Added as submodule

    BellRampion committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2357c09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Stemco/nullsafetyUpdate

    Nullsafety compliant
    BellRampion committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    47b930f View commit details
    Browse the repository at this point in the history
  3. Added typecasting

    BellRampion committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    58d8593 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    6a4d02a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Updated pubspec.yaml

    Removed space between < and 3 to eliminate 27 errors in VS code
    Daniel-Harding committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9705d72 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Linter fixes

    BellRampion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3d20f6e View commit details
    Browse the repository at this point in the history
  2. Fixed linter error

    BellRampion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2531d20 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    12a80f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed65a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    6e4c419 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Stemco/vin_gh

    Added check for properties
    Daniel-Harding committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    aa22d7a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    36a8d42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Stemco/vin_gh

    fix issue of int conversion
    Daniel-Harding committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4adaf26 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    1965790 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    bfea38d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Added more Fuel types

    Daniel-Harding committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    009fde5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    999e2fa View commit details
    Browse the repository at this point in the history