instant_xml_parser 0.12.0
instant_xml_parser: ^0.12.0 copied to clipboard
Code generator for instant_xml_parser. Reads specially annotated Dart code and emits an XML parser/deserializer to match.
Changelog #
0.12.0 #
Backport to match renamed runtime import in 1.0. Also adds // @dart=2.11 to
generated code to flag as not null-safe.
0.11.0 #
Backport from null safety work. Significantly better test coverage for the runtime, and generated parser improvements.
0.10.0 #
Bugfixes
0.9.0 #
- First release to pub.flutter-io.cn.