/Calculator-Flutter

Calculator is a feature-rich Flutter app designed to provide a user-friendly and efficient calculator experience. With a sleek interface, it supports basic arithmetic operations, percentage calculations, and more. The app aims to deliver a seamless and intuitive calculator tool for users on the go.

Primary LanguageDart

Calculator App

Overview

This Flutter-based calculator app is designed and developed by Sami Wasta. It provides a user-friendly interface and supports various mathematical operations, making it a versatile tool for quick calculations.

Features

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Percentage calculations
  • Clear and delete functionalities for easy correction
  • Sleek and responsive design for a smooth user experience

Getting Started

Prerequisites

  • Make sure you have Flutter installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/samiwasta/calculator-app.git
    
  2. Navigate to the project directory:

    cd calculator-app
    
  3. Install dependencies:

    flutter pub get
    

Usage

  • Run the app on an emulator or connected device:

       flutter pub get
    

Build APK

  • To build the APK:

       flutter build apk --release
    

The APK will be available in the build/app/outputs/flutter-apk/ directory.

Contact Information