A simple and intuitive calculator app built with Flutter. This app supports basic arithmetic operations like addition, subtraction, multiplication, and division, and it features a clear display and easy-to-use buttons.
- Basic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Display: Easily see your input and results.
- Backspace Functionality: Remove the last entered character.
- Error Handling: Displays "Error" for invalid expressions.
- Responsive Design: Supports various screen sizes.
To get a local copy up and running, follow these simple steps.
- Flutter SDK installed on your machine
- An editor like Visual Studio Code or Android Studio
• Click on the numbers and operators to form an expression. • Click the = button to evaluate the expression. • Use the C button to clear the display. • Use the Backspace button to delete the last character.
•Flutter - The UI toolkit for building natively compiled applications.
•Contributions are welcome! Please fork the repository and create a pull request with your changes.
• Fork the Project • Create your Feature Branch (git checkout -b feature/YourFeature) • Commit your Changes (git commit -m 'Add some YourFeature') • Push to the Branch (git push origin feature/YourFeature) • Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
email : madhurchouhan7@gmail.com
Project Link: https://github.com/madhurchouhan7/calculator-app