You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: