Speech to text in a minute

Flutter implementation of speech-to-text functionality

Md Sadab Wasim
Aesthetic coders
2 min readAug 20, 2022

--

Photo by Omid Armin on Unsplash

You want to add speech-to-text functionality in your app or just want to see how it’s done. Let’s see how to do it in flutter.

Step 1: Add the plugin

Step 2: Initialise it

Step 3: Write the start and stop function

Step 4: Check the status, if the plugin is enabled or not

That’s it, now you can directly use these functions with your UI class.

You can check this repository where I’m using this code.

See you guys in the next “in a minute” article.

Photo by Ian Schneider on Unsplash

--

--