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.
- 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.
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.
To install and run the calculator app, follow these steps:
- Clone the repository:
git clone https://github.com/devadvancer/calculator.git- Navigate to the project directory:
cd calculator- Get the dependencies:
flutter pub getTo run the app on your device or emulator:
- Connect a device or start an emulator.
- Run the app:
flutter runYou 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.
Using the calculator app is straightforward:
- Enter numbers: Use the on-screen keypad to input numbers.
- Select an operation: Choose the desired arithmetic operation (+, -, *, /).
- Calculate the result: Press the equals button (=) to display the result.
- Clear input: Use the clear button (C) to reset the input and start a new calculation.
We welcome contributions to enhance the functionality and features of this app. To contribute:
- Fork the repository on GitHub.
- Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name- Commit your changes:
git commit -m 'Add some feature'- Push to the branch:
git push origin feature/your-feature-name- Create a pull request to merge your changes into the main branch.
This project is licensed under the MIT License. For more details, see the LICENSE file.
If you have any questions or suggestions, feel free to reach out:
- Email: theabhirupkumar@gmail.com
- GitHub: DevAdvancer
Thank you for using our calculator app!