|
|
|
@ -746,6 +746,8 @@ class _InviteFriends extends State<InviteFriends> {
|
|
|
|
|
) |
|
|
|
|
), |
|
|
|
|
SizedBox(height:12.h,), |
|
|
|
|
Padding(padding:EdgeInsets.symmetric(horizontal: 6.w), |
|
|
|
|
child: |
|
|
|
|
Row( |
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween, |
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start, |
|
|
|
@ -766,7 +768,7 @@ class _InviteFriends extends State<InviteFriends> {
|
|
|
|
|
color: Color(0xFF000000), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
],), |
|
|
|
|
],),), |
|
|
|
|
SizedBox(height:12.h,), |
|
|
|
|
(invitationList.length == null || invitationList.length == 0) |
|
|
|
|
? NoDataView( |
|
|
|
|