csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
372 stars 231 forks source link

SpeechToText instance returns null #543

Closed bala-slaylewks closed 1 month ago

bala-slaylewks commented 1 month ago

void startListening() async { var data = await speechToText.listen(onResult: speechMode); print('Here is the data = = = = $data'); update(); }

///// output Here is the data = = = = null

sowens-csd commented 1 month ago

Would recommend you have a look at the example app and the docs.