mirkancal
mirkancal
After I've manually turn on the activity permission it worked. Is there anyway we can add this permission to package?
I check couple SO posts, I read that it's not possible on iOS but it was an old answer. Anyway, I solve the iOS part by simple opening AirPlay. With...
@ryanheise sorry I was reading a lot of issues, I meant asking it under Playing a remote file and cache the file at the same time https://github.com/ryanheise/just_audio/issues/47 Deleting the previous...
Just removing the `await` keyword helped in my case. ``` // ignore: unawaited_futures _player.setAudioSource(_concatenatingAudioSource); ``` As soon as I get my sounds from the backend, I send a custom action...
I'm on vscode 1.33.1 on fedora 30. I'm facing same issue with flutter/dart code. 
> `'_InternalLinkedHashMap' is not a subtype of type 'Map' ` @ManojMM026 is that coming from `_handleData` in `socket.dart`?
I also had this same issue. There's no way to set zoom level and max zoom seems lower in Android than iOS. I fixed with this [package](https://github.com/alhappler/alh_pdf_view), which seems be...
I have the same problem on one of the pdfs but only for Android. It works perfectly fine on iOS and other pdfs with the same height, width and size....
@mohit-2003 sure, here. 
Same here. --dart-define=BROWSER_IMAGE_DECODING_ENABLED=false work on desktop chrome but on mobile safari it doesn't work.