knma1992
knma1992
I was just wondering why could not run my app inside the emulator.
Hey @einarpersson I am looking for the same thing, currently I am working within a flutter project and using the flutter rust bridge which worked perfectly until I tried to...
I am also experience issues on Android regarding the FOREGROUND_SERVICE_MICROPHONE, I downgraded to 6.3 to specify the foregroundServiceTypes. The ForgroundService starts as expected but when I try to start my...
@bhavinb98 Mine as well, recording works but not in the FS for some reason, is your app on github?
Let me just post my code here, maybe I am doing something obviously wrong. ` void initForegroundTask() { FlutterForegroundTask.init( androidNotificationOptions: AndroidNotificationOptions( foregroundServiceTypes: [AndroidForegroundServiceType.MICROPHONE], channelId: 'foreground_service', channelName: 'Foreground Service Notification', channelDescription:...
Currently, I grant permission on a separate screen using the permission handler and I only access the screen from which I start my FS when I have granted all my...
Looking into the ForegroundService was a mistake, I should have debugged the record plugin way earlier. When the record plugin checks for permission and when it sinks the audio buffer...