This commit is contained in:
Carlos Correia
2026-05-29 11:03:29 +01:00
parent 967584f083
commit fee538eebd
14 changed files with 1349 additions and 1149 deletions

View File

@@ -325,7 +325,7 @@ class _ItemScreenState extends State<ItemScreen> {
crossAxisCount: 2,
mainAxisSpacing: 12,
crossAxisSpacing: 12,
childAspectRatio: 0.50,
childAspectRatio: 0.70,
),
itemCount: _filteredItems.length,
itemBuilder: (_, i) => _buildGridCard(_filteredItems[i]),
@@ -356,8 +356,7 @@ class _ItemScreenState extends State<ItemScreen> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
AspectRatio(
aspectRatio: 1,
Expanded(
child: Stack(
fit: StackFit.expand,
children: [
@@ -377,7 +376,7 @@ class _ItemScreenState extends State<ItemScreen> {
),
),
Padding(
padding: const EdgeInsets.fromLTRB(10, 10, 10, 12),
padding: const EdgeInsets.fromLTRB(10, 8, 10, 10),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [