An open API service indexing awesome lists of open source software.

https://github.com/mohitpimoli/calculator-using-flutter

A simple Calculator based on Flutter Framework.
https://github.com/mohitpimoli/calculator-using-flutter

bmi-calculator calculator calculator-application dart-programming flutter-calculator-app flutter-project

Last synced: 20 days ago
JSON representation

A simple Calculator based on Flutter Framework.

Awesome Lists containing this project

README

        

# 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

- [Flutter SDK](https://docs.flutter.dev/get-started/install/windows/mobile?tab=vscode#install-the-flutter-sdk)
- Code Editor ( [VSCode](https://code.visualstudio.com/download) / [Android Studio](https://developer.android.com/studio) )
- [Chrome](https://www.google.com/chrome/what-you-make-of-it/)

### NOTE:- To verify your installation of all the components, run the following command.
```bash
flutter doctor
```

### Installation

1. Clone the repository or doenload the zip file.[Download](https://github.com/MohitPimoli/Calculator-Using-Flutter/archive/refs/heads/master.zip)

```bash
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.
```bash
flutter pub get
```
4. Once packages are install run the code.