Andy
Andy
for the time sake, i hacked by registering customFilters into the switch statement of auto-filter-xform.js: switch (name) { case this.tag: return false; case "customFilters": return false; default: throw new Error(`Unexpected...
> Try my fork https://github.com/tohenk/elephant.io. Amazing work! It works perfectly!
For sake of time, I modified the existing class and added speechService and getter for my screen to access: class VoskFlutterPlugin { ... static SpeechService? _speechService; Future initSpeechService(Recognizer recognizer) async...