Flutter-Calculator
Flutter-Calculator copied to clipboard
Calculation issue
While I enter 5-6 and insert bracket( it also prefixes * I don't know why? code in calculations.dart like this } else if (text.isNotEmpty && !isOperator(text.last) && text.last != '(') { add('*(');
I can't further moveto the calculations