File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file.
37
37
38
38
``` yml
39
39
dependencies :
40
- web3auth_flutter : ^3.1.5
40
+ web3auth_flutter : ^3.1.6
41
41
` ` `
42
42
43
43
or
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Web3AuthFlutter {
88
88
89
89
static Future <void > setResultUrl () async {
90
90
try {
91
- await Future .delayed (const Duration (milliseconds: 250 ));
91
+ await Future .delayed (const Duration (milliseconds: 350 ));
92
92
if (Platform .isAndroid && ! _isLoginSuccessful) {
93
93
await _channel.invokeMethod ('setResultUrl' );
94
94
}
Original file line number Diff line number Diff line change 1
1
name : web3auth_flutter
2
2
description : Flutter SDK for Torus Web3Auth (Web3Auth)
3
- version : 3.1.5
3
+ version : 3.1.6
4
4
homepage : https://web3auth.io
5
5
repository : https://github.com/Web3Auth/web3auth-flutter-sdk.git
6
6
You can’t perform that action at this time.
0 commit comments