Update flutter sdk - #3040
Merged
Merged
Update flutter sdk#3040
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AyushBherwani1998
previously approved these changes
Aug 31, 2026
AyushBherwani1998
left a comment
Member
There was a problem hiding this comment.
LGTM, couple of nits
…AuthConnection list. Co-authored-by: Cursor <cursoragent@cursor.com>
AyushBherwani1998
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update flutter SDK to latest
Note
Low Risk
Documentation and redirect-only changes; incorrect snippets could mislead integrators but do not affect runtime code in this repo.
Overview
Updates Embedded Wallets documentation for Flutter SDK v7 (
web3auth_flutter: ^7.0.0), replacing v6 examples and migration content across auth guides, SDK reference, tutorials, and quickstart.Breaking API changes reflected in samples: sign-in moves from
Web3AuthFlutter.login()toconnectTo()withAuthConnection(replacingProvider/loginProvider); init usesweb3AuthNetwork,authConnectionConfig/AuthConnectionConfig(replacingloginConfig/LoginConfigItem), andredirectUrlasString(notUri). Keys usegetPrivateKey()/getEd25519PrivateKey(); Wallet Services usesshowWalletUI()withchainsonWeb3AuthOptions, andrequest(method, params)without per-callChainConfig. JWT flows passLoginParams.idTokenand Auth0 usesuserIdFieldinstead ofverifierIdField.The v7 migration guide adds a rename table, AI migration prompt, and summary matrix; the migration index now targets v7 from v3–v6. Usage docs swap
login.mdxforconnect-to.mdxandlaunch-wallet-services.mdxforshow-wallet-ui.mdx, withvercel.jsonredirects for old URLs. Android prerequisites now require API 26+.Reviewed by Cursor Bugbot for commit ca64ded. Bugbot is set up for automated code reviews on this repo. Configure here.