Shuffle post

This commit is contained in:
2025-03-09 00:49:13 +08:00
parent 25550ba197
commit d654c162e3
8 changed files with 153 additions and 6 deletions

View File

@ -225,7 +225,9 @@ class _ExploreScreenState extends State<ExploreScreen>
children: [
IconButton(
icon: const Icon(Symbols.shuffle),
onPressed: () {},
onPressed: () {
GoRouter.of(context).pushNamed('postShuffle');
},
),
Expanded(
child: Center(