准备第一次打包

This commit is contained in:
2022-10-27 11:50:51 +08:00
parent d7dcbd298b
commit 6f03482cd8
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ class HomePage extends StatelessWidget {
child: GetX<TimConversationService>(
builder: (_) {
return _.conversationList.isEmpty
? CustomEasyRefresh.empty()
? CustomEasyRefresh.empty(text: '')
: ListView.separated(
shrinkWrap: true,
physics: const ClampingScrollPhysics(),

View File

@@ -35,6 +35,7 @@ class CustomEasyRefresh {
double size = 156.0,
}) {
return Column(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [