Rik Bellens
Rik Bellens
fixed in v0.2.4 already
flutter_simple_calculator >=2.0.0 depends on expressions ^0.2.3 which depends on petitparser ^4.0.2,
fixed since version 0.2.4
The \\ was not parsed. This is now fixed in v0.2.5.
fixed already
@dsyrstad I'll have a look
Sorry for the delay. Will release soon.
The `=` operator is currently not supported. You could implement it yourself and do a PR. This means adapting the parser class, creating an `AssignmentExpression` class and adding an `evalAssignment`...
As @bvoq mentions, `utf8.decode` takes an `List`, not a `String`, so this PR will not work. Can you update accordingly and also add a unit test.