Skip to content

lakshyatyagi24/calculator

Repository files navigation

Basic Calculator

Forks Open Issues Codacy Badge

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.

Features

  • 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

Getting Started

To get started with the Basic Calculator app, follow these steps:

  1. Clone the repository: https://github.com/lakshyatyagi24/calculator

  2. Open the project in your preferred Flutter IDE or editor.

  3. Run the app on an emulator or physical device using the following command:

flutter run
  1. Explore the app and perform basic calculations.

Contributing

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.

License

This project is licensed under the MIT License.

Acknowledgments

Special thanks to the Flutter community and the contributors of various Flutter packages used in this project.