准备第一次打包
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -35,6 +35,7 @@ class CustomEasyRefresh {
|
||||
double size = 156.0,
|
||||
}) {
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user