Roman Cinis
Roman Cinis
> I am actually getting the same error and i am a newBie what can I do Hi @ramsham2411 All you need is locate and comment this line: https://github.com/rxlabz/speech_recognition/blob/d527d13d16c2a9cd001bf14a4372ec74c69f72b2/android/src/main/java/bz/rxla/flutter/speechrecognition/SpeechRecognitionPlugin.java#L121 it...
@antonmolchan @shinayser Guys, sorry for noob question, but how to implement this code? ``` if (forceDetectSpeechDetectionOff) { _lastWordTimer?.cancel(); _lastWordTimer = Timer(Duration(milliseconds: 1000), () { recognition.stop(); }); } ``` There is...
> @tsinis > declare a class Timer variable.. > Line: 53 > put it on your callback.. > Line: 182 to 186 @monggos Awesome, now I get it, at first...
Hi, any chance to merge it?
> Hi @tsinis , > You may fork the repository, merge those changes in your fork, and use your custom plugin version, or use already patched version by changing your...
> This might be an error on my part, but I implemented the code as suggested in the examples, and it runs perfectly on android but on IOS the onRecognitionComplete()...
Thumbin up! Package is awesome, badge on pub.dev is showing that this package is JS and web-supported, but running it in Chrome throws: `Unsupported: Platform._operatingSystem`
Hey @AkshayNG you are lifesaver! Thanks for pointing out, I can confirim conditional imports working lika a charm. > @TejaDroid Please have a look into: [#33 (comment)](https://github.com/brendan-duncan/archive/issues/33#issuecomment-284298364) > > I...
> feat(bloc): introduced BlocBaseInterface #3543 Hi @felangel, I understand, but unfortunately, I haven't found a proper reference to the names of the BLoC interfaces anywhere and I am definitely the...
What about `StateEmittableStreamableSource`/`StateStreamableEmittableSource`, or without redundant `State`/`Source`? 😬 Basically combining `Emittable` with `Streamable`?