fix: update version to 0.0.1-M3+2 and adjust divider height in ClientHomePage

This commit is contained in:
Achintha Isuru
2026-02-02 21:45:53 -05:00
parent 8c1e67cf00
commit 2f6ad5578e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: krowwithus_staff
description: "Krow Staff Application"
publish_to: 'none'
version: 0.0.1-M3+1
version: 0.0.1-M3+2
resolution: workspace
environment:

View File

@@ -82,9 +82,8 @@ class ClientHomePage extends StatelessWidget {
}).toList();
return ListView.separated(
padding: const EdgeInsets.only(bottom: 100),
separatorBuilder: (BuildContext context, int index) {
return const Divider(color: UiColors.border, height: 0.2);
return const Divider(color: UiColors.border, height: 0.1);
},
itemCount: visibleWidgets.length,
itemBuilder: (BuildContext context, int index) {