Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
dynamic_sdk
Bug Fixes
- Surface bridge handler exceptions as
__reject messages to the webview so its awaiting Promise settles on failure. Previously a thrown handler was silently logged and the JS side hung indefinitely, which manifested as sdk.ready never emitting true.
- Enforce a 5-second timeout on each
flutter_secure_storage operation (read / write / delete) in the storage bridge handler to prevent indefinite stalls when the native Keychain/Keystore hangs.
dynamic_sdk
Features
- Make
appOrigin a mandatory field on DynamicSdk.initialize
- Update bundled WebView version
dynamic_sdk
Features
- Add
promptUpgradeToDynamicWaasFlow to the UI module
dynamic_sdk
Features
- Add
btcNetwork, tonNetwork, and svmNetwork overrides to client configuration
Bug Fixes
dynamic_sdk
Bug Fixes
- Fix Bitcoin wallet creation in sample app
This was a release pipeline fix; no functional changes.
dynamic_sdk
Features
- Add Bitcoin module with
signMessage, signPsbt, sendBitcoin, getBalance, and more
- Add TON module with
signMessage, sendTon, sendJetton, getBalance, and getNetworkDetails
- Add Bitcoin, TON, and SUI API examples to the sample app
dynamic_sdk
Features
- Add initial time-to-load metric on the WebView URL
Bug Fixes
- Set the correct WebView version
This was a version bump only, there were no code changes.
dynamic_sdk
Features
- Add step-up authentication module
- Add device registration module for trusted device management
- Add keychain manager for secure key storage
- Add signRawMessage
dynamic_sdk
Features
- Add Sui module and manual wallet creation
- Add WaaS module with password lock/unlock functionalities
- Add TON wallet support
dynamic_sdk_solana
Features
- Add Solana versioned/legacy transaction enum
dynamic_sdk
Features
- Add delegated access support to wallets module
dynamic_sdk
Features
- Add sign in with passkey module
- Add wallet connection handlers
- Add download file handler
dynamic_sdk_web3dart
Features
- Add sign typed data support
dynamic_sdk
Features
dynamic_sdk_web3dart
Features
dynamic_sdk_solana
Features