akshay-kapase

Results 7 comments of akshay-kapase

Hi @RameshBhupathi @pratim-navsoft @tspoke @lnicolet , Can I work on this issue ?

@beriaanirudh using enablePanAlways: true works

Hi @Larpoux thanks for the feedback. I just tried using isBgService but did not got any success using it. May i know what does isBgService actually does ?

ok, after going through a lot of documentation & trial and errors, it seems the recording should start by starting a foreground service with a notification. I have tried with...

yes with flutter sound i got this resetPlugin error. i tried to run it in release mode but still got the same error. so i have changed this small poc...

@Larpoux can you please guide me where you are running the background service inside the library ``` @Override public void onAttachedToEngine ( FlutterPlugin.FlutterPluginBinding binding ) { this.pluginBinding = binding; new...

use combination of record plugin + foreground service task plugin + audioplayers plugin it should work