Calculator App

This is a simple and elegant calculator application built using Flutter. It supports basic arithmetic operations and is designed with a user-friendly interface.

Features

  • Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.

  • Clear Function: Clear the current input and start a new calculation.

  • Responsive Design: Works seamlessly on both Android and iOS devices.

  • Error Handling: Displays appropriate error messages for invalid operations.

Installation

To run this app locally, follow these steps:

1.Clone the repository:

2.Install dependencies:

  • flutter pub get

3.Run the app:

  • flutter run

How to Use

  • Launch the App: Open the app on your device.

  • Enter Numbers: Use the numeric keypad to enter numbers.

  • Perform Operations: Tap the desired operation button (+, -, *, /) to perform calculations.

  • Clear: Use the clear button (C) to reset the input.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to create a pull request or open an issue.