rxlabz / speech_recognition

A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
https://pub.dartlang.org/packages/speech_recognition
Other
336 stars 197 forks source link

SpeechRecognitionPlugin.java uses or overrides a deprecated API. #58

Open Classy-Bear opened 5 years ago

Classy-Bear commented 5 years ago

flutter/.pub-cache/hosted/pub.dartlang.org/speech_recognition-0.3.0+1/android/src/main/java/bz/rxla/flutter/speechrecognition/SpeechRecognitionPlugin.java uses or overrides a deprecated API.

HardikDG commented 5 years ago

Any solution for above issue?

venkatanagasai6 commented 4 years ago

I think this happens because of the speech_recognization was containing some deprecated functions and classes which was eliminated by java se we need to wait for the speech_reconization developer to upgrade there project by replacing the deprecated methods with updated once

Classy-Bear commented 4 years ago

I think this happens because of the speech_recognization was containing some deprecated functions and classes which was eliminated by java se we need to wait for the speech_reconization developer to upgrade there project by replacing the deprecated methods with updated once

Yep, any solutions yet to this problem?

venkatanagasai6 commented 4 years ago

I think this happens because of the speech_recognization was containing some deprecated functions and classes which was eliminated by java se we need to wait for the speech_reconization developer to upgrade there project by replacing the deprecated methods with updated once

Yep, any solutions yet to this problem?

We need to upgrade the deprecated functions with the updated functions

Classy-Bear commented 4 years ago

Make sense @venkatanagasai6, do you know another plugin suggestion related to this content?