美文网首页
运行报错 Cannot run with sound null

运行报错 Cannot run with sound null

作者: Qo_Tn | 来源:发表于2021-08-31 15:27 被阅读0次

    升级后,运行报错:

    Error: Cannot run with sound null safety, because the following dependencies
    don't support null safety:
    
     - package:toast
    
    For solutions, see https://dart.dev/go/unsound-null-safety
    
    Command PhaseScriptExecution failed with a nonzero exit code
    

    解决方案: --no-sound-null-safety

    ## run
    flutter run --no-sound-null-safety
    ## build
    flutter build apk --no-sound-null-safety
    

    引用资料:解决方案

    相关文章

      网友评论

          本文标题:运行报错 Cannot run with sound null

          本文链接:https://www.haomeiwen.com/subject/nuyziltx.html