fix: update version to 0.0.1-M3+2 and adjust divider height in ClientHomePage
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: krowwithus_staff
|
name: krowwithus_staff
|
||||||
description: "Krow Staff Application"
|
description: "Krow Staff Application"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.0.1-M3+1
|
version: 0.0.1-M3+2
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -82,9 +82,8 @@ class ClientHomePage extends StatelessWidget {
|
|||||||
}).toList();
|
}).toList();
|
||||||
|
|
||||||
return ListView.separated(
|
return ListView.separated(
|
||||||
padding: const EdgeInsets.only(bottom: 100),
|
|
||||||
separatorBuilder: (BuildContext context, int index) {
|
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,
|
itemCount: visibleWidgets.length,
|
||||||
itemBuilder: (BuildContext context, int index) {
|
itemBuilder: (BuildContext context, int index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user