FLUTTER ECOSYSTEM

jaysavsani07/FlutterBMI

O Índice de Massa Corporal (IMC) é um valor derivado do peso e da altura de uma pessoa. O resultado da medição de IMC pode dar uma ideia sobre se uma pessoa tem o peso adequado para sua altura.

Capa do projeto FlutterBMI
Stars
47
Forks
13
Último push (UTC)
1 de jun. de 2023
Status do projeto
Ativo
Jay Savsani GitHub avatar
GITHUB User

Jay Savsani ↗

Mobile Application Engineer

@nividata-consultancy Ahmedabad
LinguagensDartJavaRubyObjective-CSwiftC

Tópicos técnicos

Pacotes e exemplos relacionados

Dependências usadas

Lista de dependências 14 itens

Categorias de apps

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

BMI Calculator

Contributors Forks Stargazers Issues MIT License LinkedIn


https://github.com/jaysavsani07/FlutterBMI/blob/master/ic_launcher.png

BMI Calculator


View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

What is BMI?

Body Mass Index(BMI) is value derived from person's weight and height. The result of BMI measurement can give an idea about weather a person has correct weight for their height.

How to Calculate BMI?

BMI calculation is based on simple formula using person's weight and height. The formula for BMI = kg/m2 where kg is person's weight in kilograms and m2 is their height in meters squared. In simplified format it would be BMI = (Weight in Kilograms)/(Height in meters * Height in meters)

For example if person's weight is 68kg and height is 172cm then BMI = 68/(1.72*2) = 23

BMI calculator indicate whether person falls under healthy weight, underweight or overweight. If person's BMI is out of healthy range, their health risk may significantly increases.

BMI Range for adults BMI : weight status Below 18.5 : Underweight 18.5 – 24.9 : Normal or Healthy Weight 25.0 - 29.9 : Overweight 30.0 & above: Obese

Doctors uses BMI too for

evalution for diet and physical acitivty cadiovascular disease and other health related problems measure fat in body

Health risks for extra weight

raises blood pressure and cholesterol and triglyceride levels it can make diabetes and other health problems hypertension or high blood pressure type 2 diabetes coronary heart disease gallbladder disease osteoarthritis sleep apnea and respiratory problems

Health risks for under weight

malnutrition, anemia or vitamin deficiencies osteoporosis from too little vitamin D and calcium Decreased Immune System fertility issues caused by irregular menstrual cycles growth and development issues in children and teenagers

Who shouldn't use a BMI calculator

BMI should not be used for muscle builders, athletes, pregnant women, the elderly or young children. This is because BMI does not take into account whether the weight is carried as muscle or fat it's just the number. Those with a higher muscle mass, such as athletes, may have a high BMI but not be at greater health risk. Those with a lower muscle mass, such as children who have not completed their growth or the elderly who may be losing some muscle mass may have a lower BMI.

Built With

This application built Flutter. Flutter is cross-platform open source mobile framework built by Google. Flutter use Dart as a primary language which is highly scalable and easy codebase.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Nividata Consultancy

Developers

Fenil Patel

Contact: LinkedIn GitHub

This app using following awesome open source libraries