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

Trigger results after completeRecognition #94

Open viniciuspaludo opened 4 years ago

viniciuspaludo commented 4 years ago

It was losing last words cause Recognition doesnt sent the results to result handler after EndOfSpeech.

This branch trigger results handler after recognition complete, not losing any words.