feat: UP主投稿搜索

This commit is contained in:
guozhigq
2023-09-24 00:34:20 +08:00
parent f79e4765c2
commit 7ad6b25abe
7 changed files with 324 additions and 2 deletions

View File

@ -109,6 +109,11 @@ class _MemberPageState extends State<MemberPage>
},
),
actions: [
IconButton(
onPressed: () => Get.toNamed(
'/memberSearch?mid=${Get.parameters['mid']}&uname=${_memberController.memberInfo.value.name!}'),
icon: const Icon(Icons.search_outlined),
),
PopupMenuButton(
icon: const Icon(Icons.more_vert),
itemBuilder: (BuildContext context) => <PopupMenuEntry>[