Web3Auth Flutter SDK #575
Replies: 3 comments 2 replies
-
Hey @adityathakurxd Let's meet during the hackathon. I got this to work. Meanwhile, can you share your |
Beta Was this translation helpful? Give feedback.
-
Thank you @shahbaz17! I redid the project and used Android Studio to better debug. It is working now on my system. It does launch an in-app browser to login although the 'Redirect to app' doesn't work once auth is done. |
Beta Was this translation helpful? Give feedback.
-
The latest doc on Flutter resolves all of the issues stated in this discussion. |
Beta Was this translation helpful? Give feedback.
-
Had some issues in integrating the Web3Auth Flutter SDK at the Hacker House Dilli. Listing all the points and issues below:
1) The installation points to a now unavailable page:
What it is: https://github.com/torusresearch/web3auth-flutter-sdk.git
What it should be: https://github.com/web3auth/web3auth-flutter-sdk
Can also maybe add directly adding
web3auth_flutter: ^1.0.0
topubspec.yaml
.2) The
initPlatformState
function should be updated on the initialize page:This is probably due to some Android configuration issues.
Error:
cc @shahbaz17
Beta Was this translation helpful? Give feedback.
All reactions