Skip to main content

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.

v1.3.6
Flutter SDK
2026-05-20

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.
v1.3.5
Flutter SDK
2026-04-30

dynamic_sdk

Features

  • Make appOrigin a mandatory field on DynamicSdk.initialize
  • Update bundled WebView version
v1.3.4
Flutter SDK
2026-04-24

dynamic_sdk

Features

  • Add promptUpgradeToDynamicWaasFlow to the UI module
v1.3.3
Flutter SDK
2026-04-22

dynamic_sdk

Features

  • Add btcNetwork, tonNetwork, and svmNetwork overrides to client configuration

Bug Fixes

  • Fix passkey handling
v1.3.2
Flutter SDK
2026-04-14

dynamic_sdk

Bug Fixes

  • Fix Bitcoin wallet creation in sample app
v1.3.1
Flutter SDK
2026-04-10
This was a release pipeline fix; no functional changes.
v1.3.0
Flutter SDK
2026-04-10

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
v1.2.10
Flutter SDK
2026-04-01

dynamic_sdk

Features

  • Add initial time-to-load metric on the WebView URL

Bug Fixes

  • Set the correct WebView version
v1.2.9
Flutter SDK
2026-03-27
This was a version bump only, there were no code changes.
v1.2.8
Flutter SDK
2026-03-26

dynamic_sdk

Features

  • Add reown support
v1.2.7
Flutter SDK
2026-03-25

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
v1.2.6
Flutter SDK
2026-03-10

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
v1.2.4
Flutter SDK
2026-02-11

dynamic_sdk

Features

  • Add delegated access support to wallets module
v1.2.3
Flutter SDK
2026-02-03

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
v1.2.1
Flutter SDK
2025-12-02

dynamic_sdk

Features

  • Add docstrings

dynamic_sdk_web3dart

Features

  • Add docstrings

dynamic_sdk_solana

Features

  • Add docstrings