File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.
3737
3838``` yml
3939dependencies :
40- web3auth_flutter : ^6.0.0
40+ web3auth_flutter : ^6.0.1
4141` ` `
4242
4343or
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ class UnKnownException implements Exception {
505505}
506506
507507String getSdkUrl (BuildEnv ? buildEnv) {
508- const String version = "v8 " ;
508+ const String version = "v9 " ;
509509 switch (buildEnv) {
510510 case BuildEnv .staging:
511511 return "https://staging-auth.web3auth.io/$version " ;
@@ -518,7 +518,7 @@ String getSdkUrl(BuildEnv? buildEnv) {
518518}
519519
520520String getWalletSdkUrl (BuildEnv ? buildEnv) {
521- const String walletServicesVersion = "v2 " ;
521+ const String walletServicesVersion = "v3 " ;
522522 switch (buildEnv) {
523523 case BuildEnv .staging:
524524 return "https://staging-wallet.web3auth.io/$walletServicesVersion " ;
Original file line number Diff line number Diff line change 11name : web3auth_flutter
22description : Flutter SDK for Torus Web3Auth (Web3Auth)
3- version : 6.0.0
3+ version : 6.0.1
44homepage : https://web3auth.io
55repository : https://github.com/Web3Auth/web3auth-flutter-sdk.git
66
You can’t perform that action at this time.
0 commit comments