Sync products with flutter_lints v2.0.1
This commit is contained in:
parent
4851d4a40f
commit
8920e42222
1 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue