Skip to content
Sharvin Shah edited this page Jul 17, 2018 · 1 revision

Welcome to the BMI wiki! This is a Simple Body Mass Indicator Calculation app created using Flutter framework. For Editing the File simply open the file in any IDE which has flutter Integration into it. All the Editing files are available into lib/main.dart and lib/ui/home.dart lib/main.dart consists of the runApp() widget which calls home.dart as a home file. home.dart uses Stateful widget for creating the widget drawing on the screen. void bmi_Value consists all the logic needed for the calculation purpose which is called in the new Scaffold: body Container.

Clone this wiki locally