From 4ef0cb9e961b7cc98dea141a81dfa093791dd0ca Mon Sep 17 00:00:00 2001 From: Devin Dynamic Date: Wed, 13 May 2026 10:50:52 +0000 Subject: [PATCH 1/2] chore: bump dynamic_sdk and dynamic_sdk_web3dart to ^1.3.5 The current dependencies pinned the alpha series (^0.0.1-alpha.4), which predates the public 1.x line on pub.dev. Bump both packages to the latest stable 1.3.5 so the example app exercises the same SDK surface that consumers install today, including Bitcoin / TON / SUI support. Also set the now-required `appOrigin` field on `ClientProps`, which became mandatory in dynamic_sdk 1.3.5. --- lib/main.dart | 1 + pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 9b4fe87..cab0186 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -15,6 +15,7 @@ void main() { environmentId: '0322a696-4207-48c6-9ed4-ffb0aa896090', appLogoUrl: 'https://demo.dynamic.xyz/favicon-32x32.png', appName: 'Dynamic Demo', + appOrigin: 'https://demo.dynamic.xyz', redirectUrl: "flutterdemo://", ), ); diff --git a/pubspec.yaml b/pubspec.yaml index 4e9b1e2..c411181 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,8 +34,8 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 - dynamic_sdk: ^0.0.1-alpha.4 - dynamic_sdk_web3dart: ^0.0.1-alpha.4 + dynamic_sdk: ^1.3.5 + dynamic_sdk_web3dart: ^1.3.5 go_router: ^16.2.0 dev_dependencies: From 5fe73effc61f4c405834f1240dddc4b349dec5f5 Mon Sep 17 00:00:00 2001 From: Devin Dynamic Date: Fri, 22 May 2026 09:07:54 +0000 Subject: [PATCH 2/2] chore: bump dynamic_sdk to ^1.3.6 (latest release) Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c411181..38ca885 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,8 +34,8 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 - dynamic_sdk: ^1.3.5 - dynamic_sdk_web3dart: ^1.3.5 + dynamic_sdk: ^1.3.6 + dynamic_sdk_web3dart: ^1.3.6 go_router: ^16.2.0 dev_dependencies: