Skip to content

damooola/calculator-app

Repository files navigation

calculatorx

Flutter Calculator App

A simple calculator app built using Flutter and Dart that performs basic mathematical operations. The app supports addition, subtraction, multiplication, and division, along with the functionality to delete the last entered digit or clear the screen entirely.

Features

-Basic Operations: Perform addition, subtraction, multiplication, and division. -Delete Functionality: Remove the last digit entered. -Clear Screen: Reset the entire screen to start a new calculation. -Responsive UI: Adaptable to different screen sizes.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites- Flutter SDK

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/flutter-calculator-app.git
    cd flutter-calculator-app
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Usage- Tap the number buttons to enter a value.

  • Use the operation buttons (+, -, ×, ÷) to perform calculations.
  • The = button shows the result.
  • Use the DEL button to delete the last digit.
  • Press C to clear the screen and start a new calculation.

Built With-Flutter - UI toolkit for building natively compiled applications

-Dart - Programming language for the app logic

Contributing

Feel free to submit a pull request if you want to improve this project.

  1. Fork the project.
  2. Create your feature branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages