You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Can anyone help me with this question? All the example I saw is to show a Text widget, but which kind of App need this? because if it's only a text and if the recording has any mistake, e.g. user say something wrong or has strong accent, then the text is not correct, and user can not change on the screen unless they record a new one, but that's not good user interface, right?
I think it should be a TextField, I tried to implement this, but I can't do it, can anyone share with me how to make the text show on a text field?
// Additional note:
I later realized our phone already has a audio button on the bottom-right ride of the keyboard that can record voice/speech and show it as a text, so if we just have a text field in the app, user can still use speech for inputting text, and in this way, if any text is wrong, you can modify the text with keyboard, so can anyone tell me why we use this plugin? what are practical usage of this?
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Can anyone help me with this question? All the example I saw is to show a Text widget, but which kind of App need this? because if it's only a text and if the recording has any mistake, e.g. user say something wrong or has strong accent, then the text is not correct, and user can not change on the screen unless they record a new one, but that's not good user interface, right?
I think it should be a TextField, I tried to implement this, but I can't do it, can anyone share with me how to make the text show on a text field?
// Additional note:
I later realized our phone already has a audio button on the bottom-right ride of the keyboard that can record voice/speech and show it as a text, so if we just have a text field in the app, user can still use speech for inputting text, and in this way, if any text is wrong, you can modify the text with keyboard, so can anyone tell me why we use this plugin? what are practical usage of this?
Thank you!
The text was updated successfully, but these errors were encountered: