Jonathan Vukovich

Results 61 comments of Jonathan Vukovich

The code doesn't use flutter in anyway, but it has one dependency to `bonsoir`, which is used to detect Chromecast with mDNS protocol, which has a dependency to flutter. There...

Yes if bonsoir would support dart native, I will be able to do the same. I used multicast_dns before but it doesn't work anymore on iOS (last check 8 Jun...

Hello, I've release a new version 2.1.0 without the upper limit for bonsoir, which should solve the issue.

Hello, no enum is needed as each code / action is specific to the application, this package is not dedicated to Youtube. However if you find the code to work...

Yes I'm ok with everything supported by the [official SDK](https://developers.google.com/cast). Unfortunately the sender part (the one this lib used) is not open source and neither the cast protocol. This project...

Hi, I don't know what you mean by "the proper icon for cast device", is there an icon by device (I only use a chromecast)? Every meta / extra information...

I don't have found any information about these, that's just what's the device return with mDNS, maybe it's part of mDNS protocl. And I don't kown if it's possible to...

Hello, I have an error when I try to compile on android with 7.0.0-beta.6 (version 6 is working) ``` e: file:///Users/jonathan/.pub-cache/hosted/pub.dev/mobile_scanner-7.0.0-beta.6/android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt:604:79 Argument type mismatch: actual type is 'android.graphics.Bitmap.Config?', but 'android.graphics.Bitmap.Config'...

I don't know if it's related, but since iOS 26.1, on physical iPads only (not iPhone), all overlays (PopupMenu, Dialog, BottomSheet) randomly dismiss themselves.