This calculator app design was inspired on the calculator of iOS devices and it was made with Flutter.
This app is my first application done and it is a good way to learn Flutter and Dart by doing. I've done this as proposed on the app-ideas repository.
This calculator supports basics operations as:
- Sum;
- Subtraction;
- Multiplication;
- Division;
- It has an option to switch between negative and positive numbers with the +/- button;
- It has a button (%) to convert a percentage into a number;
- It also supports the use of decimal points (",");
- The numbers are displayed following the Brazilian Association of Technical Standards;
