phase3: @required->required keyword, nullable for-in iterator fix. 309->251
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user