Richard Naeve
Richard Naeve
I had the same problem and fixed it by updating the minSdkVersion and complieSdkVersion in the plugin to 28. If you want to try it out, you can use my...
I have updated the plugin in our fork to now use android x. This makes it compatible with minSDK 16. I have also created a pull request for the changes....
> ``` > speech_recognition: > git: > url: https://github.com/webeverde/speech_recognition.git > ref: master > ``` > > I imported it but it shows me error in the function _**onRecognitionComplete**_ > Here...
> @RichiWIP This is the error :- > `The argument type 'void Function()' can't be assigned to the parameter type 'void Function(String)'.dart(argument_type_not_assignable)` Your version of the plugin is out of...
I have also come across this issue. Also I my swagger UI would not display this because of null values. I have written a small fix, maybe you want to...