Colton Grubbs
Colton Grubbs
I was getting this error, and the control center wasn't appearing on a real iOS device, only simulator. I thought the two were related. However, I simply had to use...
> Would you be able to include the output for each event? Hi, The listener is called when a device is added or removed, but both devicesAdded and devicesRemoved return...
I am using the fix/caching branch with LockCachingAudioSource. I have a bit of a unique setup in that I am using multiple just_audio instances with a bit of a custom...
> Thanks for testing, @Colton127 . What exactly happens when you say it "causes the app to faulter"? How can I reproduce it? Ryan, The unhandled exception error can be...
Here is an example that throws the unhandled exception error ``` import 'package:flutter/material.dart'; import 'package:just_audio/just_audio.dart'; void main() { runApp(const Home()); } class Home extends StatelessWidget { const Home({Key? key}) :...
Updated better_player_controller to always call playerVisibilityChangedBehavior if supplied, regardless of if handleLifecycle is enabled.
I have the same question/problem. I download SD by default, and HD when the full image is opened. I then want the HD loaded for there on for the preview,...
This issue still persists and can be reproduced from a generic background isolate. Following the documentation: ``` // Wrap audio handler in IsolatedAudioHandler: _audioHandler = await AudioService.init( builder: () =>...
I am experiencing this problem on a Galaxy S22 Ultra whilst running my app in profile mode with Flutter 3.16.0. I've encountered this bug on previous Flutter releases as well....
> > Question to those experiencing this problem: Does your app utilize any background services or activities? > > The closest thing we have to that in our production app...