Skip to content

Commit

Permalink
🔖 Release 2.0.2+9
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Aug 2, 2022
1 parent 122b87b commit d95f91b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ https://bmi-flutter-2e776.web.app/
| flutter_svg | https://pub.dev/packages/flutter_svg |
| package_info_plus | https://pub.dev/packages/package_info_plus |

For more info, please go through [pubspec.yaml](./pubspec.yaml) file.

## Legalese

- [Terms & Conditions](https://telegra.ph/TC---BMI-Calculator-Lite-07-21)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/View/my_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '../Utils/link_launcher.dart';
import '../providers/bmi_provider.dart';
import 'gauge_result.dart';
import 'input_data.dart';
import 'legendsTable.dart';
import 'legends_data_table.dart';

class MyHomePage extends StatelessWidget {
const MyHomePage({Key? key}) : super(key: key);
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: 2.0.0+8
version: 2.0.2+9

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

0 comments on commit d95f91b

Please sign in to comment.