Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created December 5, 2022 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjbanov/2c877eda2b1d4432ce2bc050fb240907 to your computer and use it in GitHub Desktop.
Save yjbanov/2c877eda2b1d4432ce2bc050fb240907 to your computer and use it in GitHub Desktop.
flutter test --platform=chrome Windows error
[ +11 ms] C:\code\flutter\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\code\flutter\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root C:\code\flutter\flutter\bin\cache\flutter_web_sdk/
--incremental --target=dartdevc --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
C:\Users\FLUTTE~1\AppData\Local\Temp\flutter_tools.57bf1561\flutter_test.7cb2f1fe\out --packages
C:\code\flutter\flutter\packages\flutter\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-root C:\code\flutter\flutter\packages\flutter\test --filesystem-root
C:\Users\FLUTTE~1\AppData\Local\Temp\flutter_tools.57bf1561\flutter_test.7cb2f1fe\ --filesystem-scheme org-dartlang-app --initialize-from-dill
build\c7922d95bf4a2462b75c84a97c312edb.cache.dill.track.dill --platform C:\code\flutter\flutter\bin\cache\flutter_web_sdk\kernel\ddc_outline.dill
--verbosity=error --no-sound-null-safety
[ +125 ms] <- compile org-dartlang-app:///main.dart
[ +206 ms] Error: Error when reading 'c:/code/flutter/flutter/bin/cache/flutter_web_sdk/kernel/ddc_outline.dill': StandardFileSystem only supports file:*
and data:*
URIs
[+1898 ms] org-dartlang-untranslatable-uri:dart%3Acore:1:1: Error: Dart library 'dart:_runtime' is not available on this platform.
[ ] import 'dart:_internal';
[ ] ^
[ +9 ms] org-dartlang-untranslatable-uri:dart%3Acore:1:1: Error: Dart library 'dart:_js_shared_embedded_names' is not available on this platform.
[ ] import 'dart:_internal';
[ ] ^
[ +5 ms] org-dartlang-untranslatable-uri:dart%3Acore:1:1: Error: Dart library 'dart:_recipe_syntax' is not available on this platform.
[ ] import 'dart:_internal';
[ +1 ms] ^
[ +2 ms] org-dartlang-untranslatable-uri:dart%3Acore:1:1: Error: Dart library 'dart:_rti' is not available on this platform.
[ ] import 'dart:_internal';
[ ] ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment