You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Showing All Messages
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aflutter_gifimage%2Fflutter_gifimage.dart; message=StandardFileSystem only supports file:* and data:* URIs)
demo 运行没问题,也有成功hook,但是在demo里面随便引入一个三方库,再次编译就会报错。
如下:
Showing All Messages
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aflutter_gifimage%2Fflutter_gifimage.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:33:7)
#1 asFileUri (package:vm/kernel_front_end.dart:567:37)
#2 writeDepfile (package:vm/kernel_front_end.dart:760:21)
#3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:539:15)
#4 _FlutterFrontendCompiler.compile (file:///Users/zhuangtao/Documents/workspace/aspectd_v6/lib/src/flutter_frontend_server/server.dart:49:22)
#5 starter (file:///Users/zhuangtao/Documents/workspace/aspectd_v6/lib/src/flutter_frontend_server/server.dart:187:27)
#6 main (file:///Users/zhuangtao/Documents/workspace/aspectd_v6/lib/src/flutter_frontend_server/starter.dart:7:30)
#7 _startIsolate. (dart:isolate-patch/isolate_patch.dart:299:32)
#8 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
The text was updated successfully, but these errors were encountered: