feat: fav topic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-17 21:55:36 +08:00
parent 1d4eabb770
commit d7eb734aaf
55 changed files with 1509 additions and 500 deletions

View File

@@ -167,13 +167,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
bottom: MediaQuery.of(context).padding.bottom + 14,
right: 14,
child: SlideTransition(
position: Tween<Offset>(
begin: const Offset(0, 2),
end: Offset.zero,
).animate(CurvedAnimation(
parent: _videoReplyController.fabAnimationCtr,
curve: Curves.easeInOut,
)),
position: _videoReplyController.anim,
child: FloatingActionButton(
heroTag: null,
onPressed: () {