A basic calculator project implemented in Dart language .
This calculator project is a simple implementation of a calculator with basic arithmetic operations such as addition, subtraction, multiplication, division and BMI calculation.
- Addition
 - Subtraction
 - Multiplication
 - Division
 - BMI
 
- Flutter SDK
 - Code Editor ( VSCode / Android Studio )
 - Chrome
 
flutter doctor - 
Clone the repository or doenload the zip file.Download
git clone https://github.com/MohitPimoli/Calculator-Using-Flutter.git
 - 
Open the folder in any code editor.
 - 
Install Packages by pasting the command in terminal of VScode or click "Packages get" in Android Studio.
flutter pub get
 - 
Once packages are install run the code.