expressions icon indicating copy to clipboard operation
expressions copied to clipboard

upgrade petitparser to 5.0.0

Open alexmarkley opened this issue 2 years ago • 2 comments

Allows upgrades to petitparser 5.0.0, which enables version solving with newer versions of xml.

Solves problems like:

Because expressions >=0.2.0 depends on petitparser ^4.0.2 and xml >=5.4.0 depends on petitparser ^5.0.0, expressions >=0.2.0 is incompatible with xml >=5.4.0.
And because flutter_svg >=1.1.0 depends on xml ^6.0.1, expressions >=0.2.0 is incompatible with flutter_svg >=1.1.0.
So, because someapp depends on both flutter_svg ^1.1.0 and expressions ^0.2.3, version solving failed.

alexmarkley avatar May 30 '22 19:05 alexmarkley

I think this PR solves https://github.com/appsup-dart/expressions/issues/22

alexmarkley avatar May 30 '22 19:05 alexmarkley

any news update ... i have same issue ...

droplet-js avatar Jun 02 '22 02:06 droplet-js

fixed in v0.2.4 already

rbellens avatar Dec 27 '22 17:12 rbellens