Bäm oida, die Icons sind nun auch drinnen!!!111 eins elf

This commit is contained in:
Niklas 2024-10-05 00:30:39 +02:00
parent cc00cb38b7
commit edb9a3a6bb
2 changed files with 9 additions and 5 deletions

View File

@ -273,13 +273,16 @@ class HomePage extends StatelessWidget {
),
Positioned.fill(
left:127,
Positioned(
left:145,
top:9,
child:
Container(
width: 32,
height: 32,
child: Image.asset(
Data.recipes[index].iconUrl,
fit: BoxFit.cover,
),
Data.recipes[index].iconUrl,
), ),
),
Positioned(

View File

@ -67,6 +67,7 @@ flutter:
# - images/a_dot_ham.jpeg
assets:
- assets/images/
- assets/images/Icons/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware