mirkancal

Results 38 comments of 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. ![image](https://user-images.githubusercontent.com/26160059/57583249-3bb4b500-74d7-11e9-8a9f-21552d1b537b.png)

> `'_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. ![image](https://user-images.githubusercontent.com/26160059/187031140-2b4669c1-6743-4eb4-b8d3-f3129083c4d4.png)

Same here. --dart-define=BROWSER_IMAGE_DECODING_ENABLED=false work on desktop chrome but on mobile safari it doesn't work.