phase3: @required->required keyword, nullable for-in iterator fix. 309->251

This commit is contained in:
2026-07-31 14:49:02 +08:00
parent 1aa7cf3477
commit ab06fadea8
20 changed files with 47 additions and 47 deletions

View File

@@ -168,7 +168,7 @@ class MobileNewCommentState extends State<MobileNewComment> {
);
if (comment != null && comment.images!.length > 0) {
for (ProductImage image in comment.images) {
for (ProductImage image in comment.images!) {
row.children.add(
Container(
padding: EdgeInsets.only(left: 10.0),