Basic Calculator is a simple calculator app built with Flutter. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The app features a clean and user-friendly interface with a classic theme.
- Perform basic arithmetic operations
- Clear button to reset the input and start a new calculation
- Responsive layout for a seamless user experience on different devices
- Classic theme with a visually appealing design
To get started with the Basic Calculator app, follow these steps:
-
Clone the repository: https://github.com/lakshyatyagi24/calculator
-
Open the project in your preferred Flutter IDE or editor.
-
Run the app on an emulator or physical device using the following command:
flutter run
- Explore the app and perform basic calculations.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository. If you'd like to contribute code, you can fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.
Special thanks to the Flutter community and the contributors of various Flutter packages used in this project.