upgrade deps & run build

This commit is contained in:
Fabian Freund
2026-01-13 16:57:52 +01:00
parent 041b966d40
commit 618ed57f45
14 changed files with 83 additions and 19 deletions
@@ -534,7 +534,7 @@ class TabViewHeader extends HookConsumerWidget {
if (!hasSearchText)
SpeechToTextButton(
onTextReceived: (data) {
searchTextController.text = data.toString();
searchTextController.text = data;
},
),
IconButton(