Skip to content

Commit

Permalink
🔖 Pre release v2.0.0-pre.1+7
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jun 30, 2022
1 parent fd18898 commit 1d795a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# BMI Calculator Lite Flutter
# BMI Calculator Lite

![Works with Android](https://img.shields.io/badge/Works_with-Android-green?style=flat-square)
![Maintenance](https://img.shields.io/maintenance/yes/2021)
![Maintenance](https://img.shields.io/maintenance/yes/2022)

BMI Calculator Lite is built with Flutter
BMI Calculator Lite is built with [Flutter](https://flutter.dev/)

Calculate your BMI
This is a very simple app to calculate and get your BMI status.

## App UI

Expand All @@ -15,7 +15,7 @@ Calculate your BMI

## Changelog

Wondering what is changed with every new releases?? I log them in [changelog history](https://telegra.ph/Changelogs---BMI-Calculator-Lite-07-21).
Wondering what is changed with every new release?? I log them in [changelog history](https://telegra.ph/Changelogs---BMI-Calculator-Lite-07-21).

## Progressive web app

Expand All @@ -24,27 +24,25 @@ https://bmi-flutter-2e776.web.app/
## Download app

1. [Google Play Store](https://play.google.com/store/apps/details?id=live.iqfareez.bmicalculator)
2. [APK](https://github.com/fareezMaple/bmi_calculator-Flutter/releases)
2. [APK](https://github.com/fareezMaple/bmi_calculator/releases)

## Packages in use

1. [google_fonts](https://pub.dev/packages/google_fonts)
2. [url_launcher](https://pub.dev/packages/url_launcher)
3. [share](https://pub.dev/packages/share)
4. [syncfusion_flutter_gauges](https://pub.dev/packages/syncfusion_flutter_gauges)
5. [fluttertoast](https://pub.dev/packages/fluttertoast)
| Name | Link |
| ------------------------- | -------------------------------------------------- |
| google_fonts | https://pub.dev/packages/google_fonts |
| url_launcher | https://pub.dev/packages/url_launcher |
| share | https://pub.dev/packages/share |
| syncfusion_flutter_gauges | https://pub.dev/packages/syncfusion_flutter_gauges |
| fluttertoast | https://pub.dev/packages/fluttertoast |
| flutter_lints | https://pub.dev/packages/flutter_lints |
| provider | https://pub.dev/packages/provider |

## Legalese

- [Terms & Conditions](https://telegra.ph/TC---BMI-Calculator-Lite-07-21)
- [Privacy Policy](https://telegra.ph/Privacy-Policy---BMI-Calculator-Lite-07-21)

## Repository link

https://github.com/fareezMaple/bmi_calculator-Flutter

##

## Attribution

1. Man On Bicycle BY VIVEK from https://www.glazestock.com/
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: bmi gemok kurus

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.2.23+6
version: 2.0.0-pre.1+7

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 1d795a0

Please sign in to comment.