Sync checkout items with flutter_lints v2.0.1
This commit is contained in:
parent
45347d8678
commit
cae9bce567
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ class _CheckoutItemsState extends State<CheckoutItems> {
|
|||
if (productData != null) {
|
||||
return CartBox(
|
||||
controller: false,
|
||||
imageUrl: 'https://nekoya.moe.team/img/' +
|
||||
productData[0]['IMAGE'],
|
||||
imageUrl: "https://nekoya.moe.team/img/${productData[0]['IMAGE']}",
|
||||
title: productData[0]['TITLE'],
|
||||
quantity: data[index]["quantity"],
|
||||
plus: () {},
|
||||
|
|
Loading…
Reference in a new issue