Windows 11
Android Studio
Running dev tools in Chrome
DevTools version 2.40.2
Dart version 3.6.1
Flutter version 3.27.3
Edit: Deep Links are only set up for Android in my project - it looks like it could be an issue that the iOS deep links are not set up yet as deep_link_list_view.dart 283:59 hints to ios specific code
When using the deep link validator (after selecting the correct path to the project maually) only a grey screen is shown.
Chrome console log hints to deep_links_controller.dart:265:48 and deep_link_list_view.dart 283:59
js_primitives.dart:28 TypeError: null: type 'minified:VR' is not a subtype of type 'List<dynamic>'
js_primitives.dart:28 at Object.p (http://127.0.0.1:9100/main.dart.js:3623:19)
js_primitives.dart:28 at Object.c4S (http://127.0.0.1:9100/main.dart.js:4445:18)
js_primitives.dart:28 at p2.cvu [as a] (http://127.0.0.1:9100/main.dart.js:4440:3)
js_primitives.dart:28 at Object.a0c (http://127.0.0.1:9100/main.dart.js:49896:24)
js_primitives.dart:28 at ar8.p (http://127.0.0.1:9100/main.dart.js:73456:33)
js_primitives.dart:28 at Nd.j7 (http://127.0.0.1:9100/main.dart.js:143515:32)
js_primitives.dart:28 at Nd.ov (http://127.0.0.1:9100/main.dart.js:143493:9)
js_primitives.dart:28 at Nd.V8 (http://127.0.0.1:9100/main.dart.js:143441:10)
js_primitives.dart:28 at Nd.atq (http://127.0.0.1:9100/main.dart.js:143442:19)
js_primitives.dart:28 at Nd.Zi (http://127.0.0.1:9100/main.dart.js:143491:11)
js_helper.dart:1209 Uncaught Error: TypeError: null: type 'minified:VR' is not a subtype of type 'List<dynamic>'
at Object.p (js_helper.dart:1209:19)
at Object.c4S (rti.dart:1405:3)
at p2.cvu [as a] (rti.dart:1383:3)
at Object.a0c (xcode_build_options.dart:21:35)
at deep_links_controller.dart:265:48
at bKH.a (async_patch.dart:311:19)
at bKH.$2 (async_patch.dart:336:23)
at Object.k (async_patch.dart:241:3)
at mc.T7 (deep_links_controller.dart:259:34)
at bsj.$1 (utils.dart:170:23)
js_util_patch.dart:81 [FlutterError]: TypeError: null: type 'minified:VR' is not a subtype of type 'List<dynamic>'
org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/js_helper.dart 1209:19 wrapException
org-dartlang-sdk:///dart-sdk/lib/_internal/js_shared/lib/rti.dart 1405:3 _failedAsCheck
org-dartlang-sdk:///dart-sdk/lib/_internal/js_shared/lib/rti.dart 1383:3 _generalAsCheckImplementation
../../../../devtools_shared/lib/src/deeplink/xcode_build_options.dart 21:35 XcodeBuildOptions|get#configurations
../../../lib/src/screens/deep_link_validation/deep_link_list_view.dart 283:59 _DeepLinkListViewTopPanel.build
../../../../../../rc/flutter/packages/flutter/lib/src/widgets/framework.dart 5701:49 StatelessElement.build
../../../../../../rc/flutter/packages/flutter/lib/src/widgets/framework.dart 5631:15 ComponentElement.performRebuild
../../../../../../rc/flutter/packages/flutter/lib/src/widgets/framework.dart 5347:7 Element.rebuild
../../../../../../rc/flutter/packages/flutter/lib/src/widgets/framework.dart 5321:8 Element.rebuild[function-entry$0]
../../../../../../rc/flutter/packages/flutter/lib/src/widgets/framework.dart 5613:5 ComponentElement._firstBuild
Full log:
127.0.0.1-1739104081139.log
Windows 11
Android Studio
Running dev tools in Chrome
DevTools version 2.40.2
Dart version 3.6.1
Flutter version 3.27.3
Edit: Deep Links are only set up for Android in my project - it looks like it could be an issue that the iOS deep links are not set up yet as
deep_link_list_view.dart 283:59hints to ios specific codeWhen using the deep link validator (after selecting the correct path to the project maually) only a grey screen is shown.
Chrome console log hints to
deep_links_controller.dart:265:48anddeep_link_list_view.dart 283:59Full log:
127.0.0.1-1739104081139.log