Closed clragon closed 2 years ago
Yeah, that should be possible. I am working on some improved version of dart-xml with some breaking changes, but also a lot of performance improvements. In the meantime I can try to release an intermediate version that works with the latest version of PetitParser.
I was interested in using
petitparser
to parse a custom html-like language from an API I digest, but I found that I cannot use the newest version,5.0.0
, because a package I use,flutter_native_splash
usesdart-xml
anddart-xml
depends onpetitparser 4.3.0
.Since
flutter_native_splash
is only a dev dependency for generating the splash screen, I can ignore it for now (using a dependency override), but it would be lovely ifdart-xml
could be upgraded to the latestpetitparser
, if thats possible.