flutter-calculator icon indicating copy to clipboard operation
flutter-calculator copied to clipboard

No way to handle negative numbers

Open Eshpelin opened this issue 6 years ago • 0 comments

There is no concrete way to handle negative numbers within this implementation.

For instance, if I want to calculate:

-85 + 6 or 76+(-87)

Then there is no way to handle that using the current implementation.

Eshpelin avatar Apr 08 '19 14:04 Eshpelin