upgrade deps & run build
This commit is contained in:
@@ -101,7 +101,7 @@ class FeedArticleListScreen extends HookConsumerWidget {
|
||||
)
|
||||
: SpeechToTextButton(
|
||||
onTextReceived: (data) {
|
||||
searchTextController.text = data.toString();
|
||||
searchTextController.text = data;
|
||||
},
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user