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