Bäm oida, die Icons sind nun auch drinnen!!!111 eins elf
This commit is contained in:
parent
cc00cb38b7
commit
edb9a3a6bb
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue