Nick Fisher
Nick Fisher
This is because the plugin sets the audioSession category to "record": https://github.com/rxlabz/speech_recognition/blob/d527d13d16c2a9cd001bf14a4372ec74c69f72b2/ios/Classes/SwiftSpeechRecognitionPlugin.swift#L111 and this doesn't allow audio playback, which is why you hear nothing. Two options to fix this: 1)...
Did you decorate your function with @pragma('vm:entry-point') ? > On 5 Oct 2022, at 7:51 PM, brun0xon ***@***.***> wrote: > > > flutter_isolate: ^2.0.3 > Flutter 3.3.3 > Android...
Can you reproduce this in a standalone sample project? Also it might be worth trying the following release configuration in `build.gradle`: ``` release { shrinkResources false // ADD THIS minifyEnabled...
@ziggycrane are you offering to pay me to fix this?
@samiulllah does this happen with the example app? Usually when I see that error it's due to broken XCode/CocoaPods project files.
PRs are most welcome :) > On 6 Oct 2022, at 1:15 PM, Young K. Park ***@***.***> wrote: > > > https://github.com/humblerookie/isolate-demo/blob/main/lib/services/load_balancer.dart > it would be nice to leverage...
I'm totally new to CouchDB/Sporran - any hints as to what would be needed to get this working in Flutter?
Ok, I've taken a closer look at the internals. Just to jot down a few thoughts, Flutter compatibility would require decoupling Sporran/SporranDatabase from dart:html and adding a suitable local storage...
@papakay I did start this work at https://github.com/nmfisher/sporran_flutter (which relied on a fork of this repository at https://github.com/nmfisher/sporran). I vaguely recall getting most of it done but then moving away...
@ApplySci I ended up with Firebase (mainly because I didn't want the hassle of running my own server at the time), but I'm still leaving the door open to return...