Workiva / json_schema

dart implementation of json schema validator!
Other
32 stars 34 forks source link

Support for rfc_6901 #172

Closed jpeiffer closed 10 months ago

jpeiffer commented 10 months ago

Similar to when the http package incremented it's major version, the rfc_6901 incremented it's major version from 0.1.0 to 0.2.0 and the only difference is the minimum required SDK. Recommended fix is to widen the range for rfc_6901 to be:

rfc_6901: '>=0.1.0 <0.3.0'

Improvement

Steps to Reproduce

  1. Depend on rfc_6901 v0.2.0
  2. Run dart pub get
  3. See error
michaelcarter-wf commented 10 months ago

published as 5.1.3. Thanks!