Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed

前端 未结 3 1428
醉酒成梦
醉酒成梦 2021-01-20 04:53

I have updated to the latest flutter update. When I want to start the project, it returns an error. The project depends on several repositories and I don\'t know if that is

3条回答
  •  自闭症患者
    2021-01-20 05:10

    i found this issue issue TL:DR here is a summary

    It looks like your local engine build flutter/engine and framework + tool flutter/flutter are out of sync: You're using an engine from when after SemanticsFlag.isLink was added, but a framework/tool from before it rolled into the framework.

    You need to ensure that you're using compatible engines and frameworks. In this case, you need to either update flutter/flutter to a newer version or roll back flutter/engine to an older version.42356

提交回复
热议问题