Skip to content

Commit 10fef72

Browse files
committed
Merge remote-tracking branch 'upstream/master' into develop
2 parents 4b75024 + 8b7e653 commit 10fef72

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
* add optional show dialog
33
* fix pass static analysis
44

5+
## [0.7.1] - 2024/01/01
6+
* upgrade packages
7+
8+
## [0.4.0] - 2023/05/25
9+
* upgrade packages for flutter 3.10 (PR by monfadev)
10+
511
## [0.3.0] - 2022/11/29
612
* fix version compare logic (bug report by DevNico)
713

example/lib/main.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ class _MyHomePageState extends State<MyHomePage> {
3838
String? packageName = '';
3939

4040
final versionCheck = VersionCheck(
41-
packageName:
42-
Platform.isIOS ? 'id.smartpoultrysaas.app' : 'id.telkomiotsaas.app',
41+
packageName: Platform.isIOS ? 'id.smartpoultrysaas.app' : 'id.telkomiotsaas.app',
4342
packageVersion: '2.0.6',
4443
showUpdateDialog: customShowUpdateDialog,
45-
country: 'id',
44+
country: 'kr',
4645
);
4746

4847
Future<void> checkVersion() async {

0 commit comments

Comments
 (0)