This is a Flutter application designed to assist users in calculating their Body Mass Index (BMI) and presenting it visually. The application requests the user's input for height and weight, and subsequently calculates the BMI using the formula (weight / (height * height)). The user can conveniently observe their BMI value alongside a graphical representation denoting the corresponding BMI range, including classifications such as underweight, normal weight, overweight, or obese. Additionally, the application offers a concise explanation of BMI and its calculation methodology.
- Cross-platform compatibility
- Support for different metric systems (e.g., centimeters and inches) for height measurement
- Graphical representation of the BMI score
- Brief summary accompanying the graphical representation
- Inclusion of a short article explaining BMI and its usage
Clone the project
git clone https://github.com/devaryakjha/bmi_calculator
Go to the project directory
cd bmi_calculator
Install dependencies
flutter pub get
Run project
flutter run
Client: Flutter, Dio, RxDart, Bloc
Hello there! 👋
I'm a 23-year-old frontend software developer based in Mumbai, India. Currently, I work at Tifin, a fintech startup based in the United States, where I contribute to building innovative and user-friendly software solutions.
Outside of work, I have a passion for exploring the magical world of Harry Potter and consider myself a devoted Potterhead. In my free time, you'll often find me engrossed in watching anime series or diving into captivating sci-fi movies and TV shows. I thoroughly enjoy indulging in these forms of entertainment, which not only entertain but also inspire me creatively.
Through my GitHub projects, I aim to showcase my skills and expertise as a frontend developer. I strive to create well-designed, efficient, and user-centric applications that make a positive impact. I believe in continuous learning and constantly honing my craft to stay up to date with the latest trends and technologies.
Thank you for visiting my GitHub profile. Feel free to explore my projects and don't hesitate to reach out if you have any questions or collaborations in mind. Let's connect and build amazing things together!
Happy coding! ✨
Dart, Flutter, Bloc, RxDart, Dio, etc.