重构录制页面,优化 UI 组件,简化状态管理,移除不必要的参数,提升代码可读性和维护性。

This commit is contained in:
2026-06-08 11:23:45 +08:00
parent 29cfbdf8c4
commit 7ab03dd912
5 changed files with 248 additions and 78 deletions

View File

@@ -20,7 +20,6 @@ void main() {
hasValidClipboardInfo: hasValidClipboardInfo,
eventTitle: eventTitle,
isRecording: false,
elapsedLabel: '00:00',
onPasteEventInfo: () async {},
onClearEventInfo: () {},
),