fullflash

Results 20 issues of fullflash

without plugin startService command background service should not be start to run. But I can see in the console logs ``` bgRefresh-dev.flutter.background.refresh:C42513:[ {name: Application Policy, policyWeight: 50.000, response: {Decision: Must...

### Checklist - [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [X] I made sure that the issue I am raising doesn't already exist ### Current bug...

bug
platform-android

### Platform IOS 17 ### Plugin sensor_plus ### Version 4.0.2 ### Flutter SDK 3.16.4 ### Steps to reproduce unable to build app ### Code Sample _No response_ ### Logs ```shell...

bug
triage
Stale

Hi everyone. We integrate our flutter project with ios native PushToTalk framework. This framework handling audio session management very well. But we had audio session conflict because flutter_webrtc plugin also...

how to provide code and reason for close action ? Peer interface has none argument close method.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 2.0.1 ### Platforms - [ ] Android - [X] iOS -...

bug

We need as described in docs. class AppModule extends Module { @override List get imports => [CoreModule()]; and inside core module injecting Dio instance as in examples but when getting...

new

Currently when use Modular.to.navigate BottomNavBarItem click it disposes Child Module that inside previous tab we need to keep all modules undisposed because need each route in routerOutlet to keep his...

new

Hi this error happens on latest plugin flutter-webrtc during audio recording ` _plugin.start(path, audioChannel: RecorderAudioChannel.INPUT);` **flutter_webrtc: ^0.9.15** `MissingPluginException(No implementation found for method stopRecordToFile on channel FlutterWebRTC.Method)` ``` Flutter (Channel stable,...