Body mass index calculation application developed with Flutter.
This project is written by Alireza Rahmani Samani
- Calculation of body mass index
- Save calculations
- Sharing calculations
- View saved items
- Delete saved items
- On this page, you can choose your gender, height and weight
- From this page you can go to the menu and the result page
- You can access the menu from appbar of Information Page
- Through this page you can view, share or save the result
- Through this page you can share or save the results you saved
-
First of all, install Flutter on your system
-
Then clone this repository
git clone https://github.com/alirrah/BMI_Application.git
git clone git@github.com:alirrah/BMI_Application.git
- Open the command prompt and run the following command
flutter pub get
- Now run the project
flutter run