instant_xml_parser 0.11.1+2
instant_xml_parser: ^0.11.1+2 copied to clipboard
Code generator for instant_xml_parser. Reads specially annotated Dart code an emits an XML parser/deserializer to match.
Changelog #
0.11.1+2 #
Set use_null_safety by default in build.yaml. You shouldn't change it for now.
0.11.1+1 #
Pubspec fix (generator should depend on latest runtime)
0.11.1 #
Added use_null_safety generator option. Preserves legacy behavior (attributes are
all optional) when false.
0.11.0 #
Backport from null safety work. Significantly better test coverage for the runtime, and generated parser improvements.
0.10.0 #
Bugfixes. Boring old bugfixes.
0.9.0 #
- First release to pub.flutter-io.cn.