dart版本升级后flutter移动电商代码引起的错误


 

字符串的拼接

avoid using braces in interpolcation when not needs
当不需要时,避免使用大括号在interpolcation

如果是一个单词的话,可以不需要加花括号了。

 

Name non-constant identifiers using lowerCamelCase
使用驼峰的非恒定的标识符名称 

 




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



 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM