Skip to content

MohitPimoli/Calculator-Using-Flutter

Repository files navigation

Calculator Project

A basic calculator project implemented in Dart language .

Overview

This calculator project is a simple implementation of a calculator with basic arithmetic operations such as addition, subtraction, multiplication, division and BMI calculation.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • BMI

Getting Started

Prerequisites

NOTE:- To verify your installation of all the components, run the following command.

flutter doctor 

Installation

  1. Clone the repository or doenload the zip file.Download

    git clone https://github.com/MohitPimoli/Calculator-Using-Flutter.git
  2. Open the folder in any code editor.

  3. Install Packages by pasting the command in terminal of VScode or click "Packages get" in Android Studio.

    flutter pub get
  4. Once packages are install run the code.