Skip to main content
added 9 characters in body
Source Link

I made a pub package that transforms xml to objects with objectbuilders. Maybe that is what you are searching for! https://github.com/jorishermans/xmlstream

You always need to tell the system how you want to transform your object to xml to the dart object.

I made a pub package that transforms xml to objects with objectbuilders. Maybe that is what you are searching for! https://github.com/jorishermans/xmlstream

You always need to tell the system how you want to transform your object to xml.

I made a pub package that transforms xml to objects with objectbuilders. Maybe that is what you are searching for! https://github.com/jorishermans/xmlstream

You always need to tell the system how you want to transform your xml to the dart object.

Source Link

I made a pub package that transforms xml to objects with objectbuilders. Maybe that is what you are searching for! https://github.com/jorishermans/xmlstream

You always need to tell the system how you want to transform your object to xml.