dart版本升级后flutter移动电商代码引起的错误
时间:2019-12-25 01:36:59
收藏:0
阅读:557

This class (or a class which this class inherits from) is marked as ‘@immutable‘, but one or more of
搜索到解决方法地址:
https://www.cnblogs.com/110-913-1025/p/11352002.html
经过搜索找到了解决方法,用final修饰

但是final和var 还不能同时修饰,于是就去掉var

原文:https://www.cnblogs.com/wangjunwei/p/12094318.html
评论(0)