An open API service indexing awesome lists of open source software.

https://github.com/abdulrehmana28/flutter_bmi_calculator

Simple Bmi Calculator app with beautiful user interface & SQL Lite to store user data locally.
https://github.com/abdulrehmana28/flutter_bmi_calculator

flutter-app sqlite

Last synced: 2 months ago
JSON representation

Simple Bmi Calculator app with beautiful user interface & SQL Lite to store user data locally.

Awesome Lists containing this project

README

          

# flutter_bmi_calculator

Simple BMI app with SQL Lite to store user data locally.

## Getting Started

- First Download repo as zip or copy repo link and clone it
- Go to pubspec.yaml file and run flutter pub get or click on button pub get
- Make sure you flutter SDK version is in this range '>=3.3.4 <4.0.0'. You can check it in
pubspec.yaml file
- If you have other flutter SDk version then upgrade or change the sdk value the is installed on
your machine
- Now run the project

## Packages Used

- [font_awesome_flutter: ^10.7.0](https://pub.dev/packages/font_awesome_flutter)
- [sqflite: ^2.0.0+3](https://pub.dev/packages/sqflite)
- [path: ^1.8.0](https://pub.dev/packages/path)

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.