HomeiOS Developmentios - flutter: Speech recognition failed: MissingPluginException(No implementation discovered for methodology initialize...

ios – flutter: Speech recognition failed: MissingPluginException(No implementation discovered for methodology initialize on channel plugin.csdcorp.com/speech_to_text)


When integrating Flutter as a module into an current native utility, I’ll encounter points with Flutter plugins, particularly when coping with platform-specific initialization. In my case, the speech_to_text plugin is inflicting a runtime error throughout initialization on iOS.

flutter: Speech recognition failed: MissingPluginException(No
implementation discovered for methodology initialize on channel
plugin.csdcorp.com/speech_to_text)

Code: (AppDelegate.swift)

func crateEngineFlutter(){
        self.flutterEngine = FlutterEngine(identify: "package deal", mission: nil)
        self.flutterEngine?.run(withEntrypoint: nil)
        GeneratedPluginRegistrant.register(with: self.flutterEngine!)
}

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments