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.
- Host: GitHub
- URL: https://github.com/mohitpimoli/calculator-using-flutter
- Owner: MohitPimoli
- License: gpl-3.0
- Created: 2023-07-14T06:14:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T07:17:53.000Z (7 months ago)
- Last Synced: 2025-04-30T03:46:47.572Z (20 days ago)
- Topics: bmi-calculator, calculator, calculator-application, dart-programming, flutter-calculator-app, flutter-project
- Language: C++
- Homepage: https://devfolio.co/projects/calculator-3a06
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
### Installation1. 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.