美文网首页
Flutter开发问题汇总

Flutter开发问题汇总

作者: jeffiano | 来源:发表于2018-07-07 17:23 被阅读0次

    1.问题:The argument type 'MyState' can't be assigned to the parameter type 'TickerProvider'.
    方案:在State类的末尾添加 with TickerProviderStateMixin

    相关文章

      网友评论

          本文标题:Flutter开发问题汇总

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