Skip to content

Repository files navigation

Calculator App

This is a simple yet powerful calculator application built using Flutter. The app supports basic arithmetic operations such as addition, subtraction, multiplication, and division, making it a handy tool for everyday calculations.

Features

  • Addition: Perform addition of two or more numbers.
  • Subtraction: Subtract one number from another.
  • Multiplication: Multiply two or more numbers.
  • Division: Divide one number by another.
  • Clear input: Easily clear the current input to start a new calculation.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Flutter SDK: Follow the instructions to install Flutter.
  • Dart SDK: The Dart SDK comes bundled with Flutter, so no additional installation is required.

Installation

To install and run the calculator app, follow these steps:

  1. Clone the repository:
git clone https://github.com/devadvancer/calculator.git
  1. Navigate to the project directory:
cd calculator
  1. Get the dependencies:
flutter pub get

Running the App

To run the app on your device or emulator:

  1. Connect a device or start an emulator.
  2. Run the app:
flutter run

APK Release

You can also use the APK release file to run the app on cross-platform devices. Download the APK from the releases page and install it on your Android device.

Usage

Using the calculator app is straightforward:

  1. Enter numbers: Use the on-screen keypad to input numbers.
  2. Select an operation: Choose the desired arithmetic operation (+, -, *, /).
  3. Calculate the result: Press the equals button (=) to display the result.
  4. Clear input: Use the clear button (C) to reset the input and start a new calculation.

Contributing

We welcome contributions to enhance the functionality and features of this app. To contribute:

  1. Fork the repository on GitHub.
  2. Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
  1. Commit your changes:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Create a pull request to merge your changes into the main branch.

License

This project is licensed under the MIT License. For more details, see the LICENSE file.

Contact

If you have any questions or suggestions, feel free to reach out:

Thank you for using our calculator app!

Releases

Packages

Used by

Contributors

Languages