✨ Shuffle post
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user