flutter-calculator
flutter-calculator copied to clipboard
No way to handle negative numbers
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.