OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
203 stars 59 forks source link

The exclamation mark for equality operator (!=) is clashing with unary negate operator or postfix operator (!) #99

Closed raphire08 closed 3 years ago

raphire08 commented 3 years ago

I just ran a simple example "3 != 2", I got error for this. On changing the token for the unary negate operator and postfix operator to "!!" from "!", it worked.

OndrejKunc commented 3 years ago

Hi, thanks for reporting this issue. I have totally missed this case and unfortunately, there was no test for it. I fixed it and published the new version of expression_language package (1.0.1) to the pub.dev.

raphire08 commented 3 years ago

Thanks for writing such a beautiful library. I am a beginner programmer, but I must say that I got very much inspired by it and hope to code this impressively in future. Thanks

On Sun, 30 May, 2021, 8:08 pm Ondřej Kunc, @.***> wrote:

Hi, thanks for reporting this issue. I have totally missed this case and unfortunately, there was no test for it. I fixed it and published the new version of expression_language package (1.0.1) to the pub.dev.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OndrejKunc/flutter_dynamic_forms/issues/99#issuecomment-851010575, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3LEGC57IOE37FQGAAPTCLTQJEYHANCNFSM45ZDWPWQ .