deep link from dead app
All checks were successful
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 2m41s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m12s
Build and Release FLUX (Multi-Platform) / build-windows (push) Successful in 7m58s

This commit is contained in:
2026-06-01 10:08:44 +02:00
parent d989b14967
commit 88b1a618bd
5 changed files with 23 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ class _StaffScreenState extends State<StaffScreen> {
return ListView.separated(
padding: const EdgeInsets.all(16),
itemCount: list.length,
separatorBuilder: (_, _) => const SizedBox(height: 12),
separatorBuilder: (_, _) => const SizedBox(height: 6),
itemBuilder: (context, index) {
return _buildStaffCard(list[index]);
},