This is a simple calculator app designed to perform basic arithmetic operations. It's built with Flutter, making it accessible on both iOS and Android devices.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Clear (C)
- Responsive design for various screen sizes
- Make sure you have Flutter installed. If not, follow the official installation guide.
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory and run
flutter pub get
to install dependencies. - Connect your device or use an emulator.
- Run the app using
flutter run
.
- Launch the app on your device.
- Use the on-screen buttons to input numbers and perform calculations.
- Memory functions can be used to store and retrieve values for later use.
If you want to contribute to this project, follow these steps:
- Fork the project.
- Create a new branch for your feature (
git checkout -b feature/your-feature-name
). - Make your changes and commit them (
git commit -m 'Add your feature'
). - Push to your branch (
git push origin feature/your-feature-name
). - Create a new pull request on the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact the project maintainer:
- Name: Tinu thampi
- Email: tinuthampi13@gmail.com
Thank you for using our calculator app!