google_speech 1.0.2
google_speech: ^1.0.2 copied to clipboard
Flutter Plugin for the Google Cloud GRPC Speech-to-Text Api.
1.0.2 An example with a microphone input added. #
- Added an example project which shows the use of google_speech with a microphone input.
1.0.1 Provide a Readme file in the Example folder. #
- Added a readme file to the example folder, to follow the package layout conventions.
1.0.0 Initial release on pub.dev. #
- Added a function to use the Google Speech Api via request.
- Added a function to use the Google Speech Api via a stream.
- Added a sample project.