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.
- Host: GitHub
- URL: https://github.com/abdulrehmana28/flutter_bmi_calculator
- Owner: abdulrehmana28
- Created: 2024-04-28T05:55:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T10:41:14.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:43:40.208Z (over 1 year ago)
- Topics: flutter-app, sqlite
- Language: Dart
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.