Realm posts

This commit is contained in:
2024-05-29 22:42:11 +08:00
parent 5f06fc4f9d
commit 6bb29dfbc0
12 changed files with 321 additions and 37 deletions

View File

@ -161,12 +161,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
),
),
onLongPress: () {},
).animate(key: Key('m${item.id}'), autoPlay: true).slideY(
curve: Curves.fastEaseInToSlowEaseOut,
duration: 350.ms,
begin: 0.25,
end: 0,
);
);
}
@override