准备第一次打包
This commit is contained in:
@@ -27,7 +27,7 @@ class HomePage extends StatelessWidget {
|
|||||||
child: GetX<TimConversationService>(
|
child: GetX<TimConversationService>(
|
||||||
builder: (_) {
|
builder: (_) {
|
||||||
return _.conversationList.isEmpty
|
return _.conversationList.isEmpty
|
||||||
? CustomEasyRefresh.empty()
|
? CustomEasyRefresh.empty(text: '')
|
||||||
: ListView.separated(
|
: ListView.separated(
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
physics: const ClampingScrollPhysics(),
|
physics: const ClampingScrollPhysics(),
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ class CustomEasyRefresh {
|
|||||||
double size = 156.0,
|
double size = 156.0,
|
||||||
}) {
|
}) {
|
||||||
return Column(
|
return Column(
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user