The Calculator App is a mobile application developed using Flutter, a popular cross-platform framework. It provides a user-friendly and intuitive interface for performing various arithmetic operations, including addition, subtraction, multiplication, and division. The app also supports decimal numbers and percentage conversion, making it a versatile tool for everyday calculations.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Support for decimal numbers
- Percentage conversion
- User-friendly and responsive interface
- Clear and delete functionality for ease of use
- Enter numbers and operators to perform calculations.
- Use the clear button (C) to reset the input.
- The delete button (D) erases the last character.
- The percentage button (%) converts the input to a percentage.
- Press the equal button (=) to get the result of your calculation.
Note: Made this project while learning flutter from Youtube channel : https://www.youtube.com/@shohruhak and would like to thank for it. I will be adding more features to this project myself as a part of my learning.