google_speech
Flutter Plugin for the Google Cloud GRPC Speech-to-Text Api.
5.3.0
4.2K downloads/mo
#4082 most downloaded on pub.dev
felixjunghans/google_speech
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 11 months
Nearly every release is documented
notes for 25 of 26 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
26 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
26 releases · May 2020 to Aug 2024
2021
2022
2023
2024
2025
2026
Releases
latest 26-
5.3.006 Aug 2024Nothing published for this version
-
5.2.119 Jul 2024 -
5.2.016 Feb 2024 -
5.2.0+116 Feb 2024Release notes
Open source →- Remove Todos from Readme as they are displayed wrong in pub.dev and all the main features are now implemented.
-
5.1.029 Jan 2024 -
5.0.026 Jan 2024Release notes
Open source →- Add EndlessStreamingService, EndlessStreamingServiceBeta, EndlessStreamingServiceV2
- Add new example for endless streaming
- You can now use the endless streaming service to stream audio to the Google Speech API without a time limit.
- ** This is an experimental feature for now and may not work as expected. **
-
4.4.014 Jan 2024Release notes
Open source →- Add latestLong and latestShort to RecognitionConfig
- Add short to RecognitionConfigV2
-
4.3.024 Nov 2023 -
4.2.024 Nov 2023 -
4.1.002 Oct 2023Release notes
Open source →- Add projectId parameter to SpeechToTextV2.viaServiceAccount to prevent NullPointerException
-
4.0.002 Oct 2023Release notes
Open source →- Add all the features required to use Google Speech V2.
- Add new Audio File Example for Version 2
-
4.0.0+102 Oct 2023 -
3.0.008 Sep 2023Release notes
Open source →- Enable support for Access Token Authentication
- Enable support for ThirdPartyAuthenticator
-
2.2.024 May 2023 -
2.1.211 Feb 2023 -
2.1.130 Mar 2022Release notes
Open source →- Added a readme file to the example folder, to follow the package layout conventions.
-
2.1.030 Mar 2022 -
2.0.127 May 2021Release notes
Open source →- Add parameter boost to SpeechContextBeta
- Remove "currently not supported" flag from SpeechContext
-
2.0.020 May 2021 -
1.2.127 Sep 2020 -
1.2.025 Sep 2020 -
1.1.114 Jul 2020 -
1.1.014 Jul 2020 -
1.0.222 Jun 2020Release notes
Open source →- Added an example project which shows the use of google_speech with a microphone input.
-
1.0.114 May 2020Release notes
Open source →- Added a readme file to the example folder, to follow the package layout conventions.
-
1.0.014 May 2020Release notes
Open source →- 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.