speech_to_text 0.5.0 speech_to_text: ^0.5.0 copied to clipboard
A Flutter plugin that exposes device specific text to speech recognition capability.
Changelog #
0.5.0 #
Initial draft with limited functionality, supports:
- initializing speech recognition
- asking the user for permission if required
- listening for recognized speech
- canceling the current recognition session
- stopping the current recognition session
- Android and iOS 10+ support
Missing:
- some error handling
- testing across multiple OS versions
- and more, to be discovered...