zuvola / flutter_simple_calculator

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

Probably use math_expressions instead of expressions #17

Closed absar closed 4 months ago

absar commented 1 year ago

math_expressions has only vector_math as dependency, it is very well maintained, tested, and has a bigger community, which seems to be a better alternative to expressions

JekaNS commented 4 months ago

Looks like it should be pretty easy )) PR: https://github.com/zuvola/flutter_simple_calculator/pull/20

zuvola commented 4 months ago

Merged. Thanks!