使用Flutter和基本UI(临时状态)的BMI计算器

在此应用中,用户可以通过提供基本详细信息来检查其BMI。

该应用程序使用了Appstate/Shaedstate来维护状态。

对于同一项目的临时状态,请查看我的另一个存储库:https://github.com/sparsht123t/BMI-Calculator-Flutter–EPHERMAL-STATE-/

✅ VelocityX
✅ VxState
✅ Font Awesome
✅ Font Awesome Flutter

截图

| | |

许可证

Copyright 2021 Sparsh Choudhary

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://apache.ac.cn/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

安装

flutter pub get

用法

flutter run

如何运行


克隆此仓库

运行 flutter packages get

运行flutter run(请记住打开模拟器或连接物理设备,iOS自动运行附加命令pod install)

GitHub

https://github.com/sparsht123t/BMI_Calculator_Flutter-APpState-SharedState-