Kamil Rykowski
Kamil Rykowski
Hey @UnRyongPark - thanks for PR. Could you describe a bit more on what's been fixed and how to reproduce issue on current master branch? I've been using the plugin...
I didn't yet tested the speech recognition on iOS in my app - will do that probably later this month, so will back on this one a bit later on...
@crashinc99 Can you show content of yours `ios/Podfile` file?
One more thing - can we make this functionality to work more like subscription than a future? The consumption would look like this: ``` StreamSubscription _rmsSubscription; _rmsSubscription.rmsChanges.listen((double value) { //...
Hey @dheerajv09 - I just published a PR which makes such errors more developer-friendly https://github.com/rxlabz/speech_recognition/pull/40 The error code 9 is about missing permissions: 1. Make sure you've added `` to...
I've also had to remove this permission from my apps, so made a fork which doesn't require `READ_PHONE_STATE`. You can check it here https://github.com/vintage/cordova-plugin-nativeaudio
Personally & commercially I've had to switch this library into something else due to lot of bugs and drastically slow scrolling. Can recommend https://pub.dev/packages/flutter_emoji_keyboard The only missing part is "recent...
Same here. Working on a project (online game) which is split into mobile app and backend API. The mobile app keeps all the image assets, so for the player avatars...
django-push-notifications==1.4.1 I'm hitting same issue currently: DataError: bigint out of range rest_framework.serializers.create /api/v1/device/gcm/ I've run the mobile application on Nexus 6P (Android 7) and during device registration it sent to...
Well, so why closing all of the issues instead of keeping one of these open for discussion or even making it visible to the community that help is wanted?