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..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: ^0.0.1-alpha.4 - dynamic_sdk_web3dart: ^0.0.1-alpha.4 + dynamic_sdk: ^1.3.6 + dynamic_sdk_web3dart: ^1.3.6 go_router: ^16.2.0 dev_dependencies: