Skip to content

Commit 4caf997

Browse files
committed
update appcheck
1 parent 9d924a7 commit 4caf997

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

example/sign/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: appcheck
32-
sha256: "2682c9c270c28d83f8d87d68bb607a83882778b14c6a8da19df423be1b386520"
32+
sha256: "0214f27148610690a14c0d85b414274a740955a8c352a4c719ba01d9b0f50bde"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.1.0"
35+
version: "1.5.1"
3636
archive:
3737
dependency: transitive
3838
description:
@@ -1067,7 +1067,7 @@ packages:
10671067
path: "../.."
10681068
relative: true
10691069
source: path
1070-
version: "2.1.18"
1070+
version: "2.1.19"
10711071
watcher:
10721072
dependency: transitive
10731073
description:

lib/services/utils/url/url_utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Future<bool> _launchUrl(Uri url, {LaunchMode? mode}) async {
2525
}
2626

2727
Future<bool> _androidLaunch(String uri) async {
28-
return await AppCheck.isAppEnabled(uri);
28+
return await AppCheck().isAppEnabled(uri);
2929
}
3030

3131
class UrlUtils extends IUrlUtils {

lib/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: "direct main"
3030
description:
3131
name: appcheck
32-
sha256: "2682c9c270c28d83f8d87d68bb607a83882778b14c6a8da19df423be1b386520"
32+
sha256: "0214f27148610690a14c0d85b414274a740955a8c352a4c719ba01d9b0f50bde"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.1.0"
35+
version: "1.5.1"
3636
args:
3737
dependency: transitive
3838
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: walletconnect_modal_flutter
22
description: The WalletConnectModal for WalletConnect built using Flutter.
3-
version: 2.1.18
3+
version: 2.1.19
44
repository: https://github.com/WalletConnect/WalletConnectModalFlutter
55

66
environment:
77
sdk: '>=2.19.0 <4.0.0'
88

99
dependencies:
10-
appcheck: ^1.1.0
10+
appcheck: ^1.5.1
1111
cupertino_icons: ^1.0.8
1212
event: ^2.1.2
1313
flutter:

0 commit comments

Comments
 (0)