Sync products with flutter_lints v2.0.1

This commit is contained in:
Moe Poi ~ 2022-05-12 10:29:02 +07:00
parent 4851d4a40f
commit 8920e42222

View file

@ -35,8 +35,7 @@ class _ProductsState extends State<Products> {
crossAxisCount: deviceInformation.orientation == Orientation.portrait ? 2 : 5,
children: List.generate(data!.length, (index) {
return ProductBox(
imageUrl:
'https://nekoya.moe.team/img/' + data[index]['IMAGE'],
imageUrl: "https://nekoya.moe.team/img/${data[index]['IMAGE']}",
title: data[index]['TITLE'],
callback: () {
showModalBottomSheet(