From cae9bce5672e45c9c3e66a9910cb70bb4d77cb4b Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 12 May 2022 10:27:53 +0700 Subject: [PATCH] Sync checkout items with flutter_lints v2.0.1 --- lib/components/checkout_items.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/components/checkout_items.dart b/lib/components/checkout_items.dart index 47e6f4c..db855ce 100644 --- a/lib/components/checkout_items.dart +++ b/lib/components/checkout_items.dart @@ -68,8 +68,7 @@ class _CheckoutItemsState extends State { 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: () {},