Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.67 KB

Calculator App

The Calculator App is a Flutter-based mobile application designed to provide a simple and intuitive interface for performing basic calculations. By leveraging Flutter’s cross-platform capabilities, this app ensures a consistent and seamless user experience across both iOS and Android devices.

Features

  • Basic Operations: Supports addition, subtraction, multiplication, and division.
  • User-friendly Interface: A clean and modern design that enhances usability.
  • Memory Functions: Includes memory features for storing and recalling values.
  • Clear Button: Quickly reset the calculator to start fresh.

Tech Stack

  • Flutter: The primary framework used for developing the app, providing a rich set of features for mobile app development.
  • Dart: The programming language used for developing the app, known for its efficiency and ease of use with Flutter.

Dependencies

The app utilizes several dependencies to deliver its functionalities:

  • cupertino_icons: For iOS-style icons.
  • math_expressions: For evaluating mathematical expressions.

Getting Started

To run this project locally, ensure you have Flutter installed. Follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/calculator-app.git
  2. Navigate to the project directory:
    cd calculator-app
  3. Install dependencies:
    flutter pub get
  4. Run the app:
    flutter run

Output

Below is a screenshot of the Calculator app's output:

Screenshot 2024-10-12 225810