FloatingIcon 加入拖动的动画,以及自动吸附

This commit is contained in:
2025-09-17 18:07:38 +08:00
parent 33aef48f84
commit 922818f39f
7 changed files with 546 additions and 186 deletions

View File

@@ -135,7 +135,9 @@ class _ChatFooterState extends State<ChatFooter>
Padding(
padding: const EdgeInsets.only(bottom: 12, right: 16),
child: GestureDetector(
onTap: () {},
onTap: () {
},
child: Image.asset(
'assets/images/keyboard_mini.png',package: 'ai_chat_assistant',
width: 24,