feat: up搜索

This commit is contained in:
guozhigq
2024-02-08 21:27:22 +08:00
parent 0d5d33a365
commit fb8b2de115
8 changed files with 286 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class FollowItem extends StatelessWidget {
overflow: TextOverflow.ellipsis,
),
dense: true,
trailing: ctr!.isOwner.value
trailing: ctr != null && ctr!.isOwner.value
? SizedBox(
height: 34,
child: TextButton(