Skip to content

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.

License

Notifications You must be signed in to change notification settings

Tinu-thampi13/Calculator-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

Overview

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.

Project Preview

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Clear (C)
  • Responsive design for various screen sizes

Installation

  1. Make sure you have Flutter installed. If not, follow the official installation guide.
  2. Clone this repository to your local machine using git clone.
  3. Navigate to the project directory and run flutter pub get to install dependencies.
  4. Connect your device or use an emulator.
  5. Run the app using flutter run.

Usage

  • 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.

Contributing

If you want to contribute to this project, follow these steps:

  1. Fork the project.
  2. Create a new branch for your feature (git checkout -b feature/your-feature-name).
  3. Make your changes and commit them (git commit -m 'Add your feature').
  4. Push to your branch (git push origin feature/your-feature-name).
  5. Create a new pull request on the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to contact the project maintainer:

Thank you for using our calculator app!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages