zuvola / flutter_simple_calculator

Flutter widget that provides simple calculator.
MIT License
22 stars 26 forks source link

flutter_simple_calculator >=2.0.0 depends on expressions ^0.2.3 which depends on petitparser ^4.0.2, #12

Open sgehrman opened 2 years ago

sgehrman commented 2 years ago

flutter_simple_calculator >=2.0.0 depends on expressions ^0.2.3 which depends on petitparser ^4.0.2,

zuvola commented 2 years ago

What will be the specific problem? I'm sorry, but I couldn't read it from the text.

sgehrman commented 2 years ago

fork expressions and update their packages

petitparser is at 5.0.0, but the expressions you include has petitparser ^4.0.2, which give me a conflict.

zuvola commented 2 years ago

I see, I understand. There seems to be a PR to solve the problem, and we have to wait for the "expressions" to be upgraded. https://github.com/appsup-dart/expressions/pull/23