dart_aas 0.0.3
dart_aas: ^0.0.3 copied to clipboard
Dart library implementing Part 1, 2, and 3a of the Asset Administration Shell
0.0.3 #
- Make toJson recursive
- Bump intl dependency to align with latest flutters version
- Make property tpye specification more concrete
- Make list growable by default
- Fix missing
toString
in some enums - Skip unparsable list elements in
listFromJson
by default instead of throwing (toggleable throughthrowOnUnparsableListElement
constant)
0.0.2 #
- Fix
/lib/api
directory missing from pub.dev publishing
0.0.1 #
- initial realease