Skip to content

Calculation issue #1

@CoderAravind

Description

@CoderAravind

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions