diff --git a/README.md b/README.md index 4165282..7d6a13a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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/ diff --git a/pubspec.yaml b/pubspec.yaml index 8cfb9bb..d04d365 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"