A simple calculator application.
This project is sample Calculator application build with GetX.
- GetX : For state management to handle the button clicked operator/number. Also, to evaluate mathematical expression on click of ANS or =.
- Mathematical Operations: For mathematical expression execution 'math_expressions' plugin used.