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) {
|
if (productData != null) {
|
||||||
return CartBox(
|
return CartBox(
|
||||||
controller: false,
|
controller: false,
|
||||||
imageUrl: 'https://nekoya.moe.team/img/' +
|
imageUrl: "https://nekoya.moe.team/img/${productData[0]['IMAGE']}",
|
||||||
productData[0]['IMAGE'],
|
|
||||||
title: productData[0]['TITLE'],
|
title: productData[0]['TITLE'],
|
||||||
quantity: data[index]["quantity"],
|
quantity: data[index]["quantity"],
|
||||||
plus: () {},
|
plus: () {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue