feat: 首页推荐视频缓存

This commit is contained in:
guozhigq
2023-05-17 10:27:54 +08:00
parent 83fac74630
commit 75ed91c29d
17 changed files with 526 additions and 14 deletions

View File

@ -46,7 +46,13 @@ class HomeAppBar extends StatelessWidget {
// ),
IconButton(
onPressed: () {
Get.bottomSheet(const MinePage());
Get.bottomSheet(
const SizedBox(
height: 450,
child: MinePage(),
),
clipBehavior: Clip.hardEdge,
isScrollControlled: true);
},
icon: const Icon(CupertinoIcons.person, size: 22),
),