There was an error while loading. Please reload this page.
1 parent b5acea3 commit d3213d5Copy full SHA for d3213d5
1 file changed
packages/devtools_app/lib/src/shared/framework/screen.dart
@@ -27,6 +27,8 @@ const _kNetworkDisconnectExperience = bool.fromEnvironment(
27
defaultValue: true,
28
);
29
30
+const _deepLinksTutorialVideoUrl = 'https://youtu.be/d7sZL6h1Elw';
31
+
32
enum ScreenMetaData {
33
home(
34
'home',
@@ -124,7 +126,7 @@ enum ScreenMetaData {
124
126
requiresConnection: false,
125
127
requiresDartVm: true,
128
requiresFlutter: true,
- tutorialVideoUrl: 'https://youtu.be/d7sZL6h1Elw',
129
+ tutorialVideoUrl: _deepLinksTutorialVideoUrl,
130
),
131
vmTools(
132
'vm-tools',
0 commit comments