Volodymyr Buberenko

Results 176 comments of Volodymyr Buberenko

> Does not support android intent:// scheme in a way that evokes third-party apps。 You need to explain it better as currently it is hard to understand what you want,...

It is mentioned in the README already that currently plugin doesn't filter values returned by the underlying platform. Check the last sentence here: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus#ios--macos Closing as currently this is how...

Seems like we already had a few similar issues, but there were no meaningful solution: https://github.com/fluttercommunity/plus_plugins/issues/619 https://github.com/fluttercommunity/plus_plugins/issues/730 Note, in #730 it is mentioned that the issue happened only in debug...

This is an issue with iOS simulators. As long as it works on a real device, there is nothing to fix. It is the same case as with `network_info_plus` plugin...

In fact, it turns out that it is already mentioned in the first sentence under `iOS` section: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus#ios

> Do you think it could be the name of the WiFi network that is no longer en0? Thanks for reporting and providing additional information. It might be that the...

> We do not use implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10")) in our plugins, but we should probably try this. We don't need to do this. This is the issue that happened somewhere in Kotlin...

One more thing that I noticed is that after updating to Kotlin 1.9.20 such workarounds are not needed as it is fixed by Jetbrains themselves. In the issue that is...

@Coronon Sorry for getting back that late. This issue slipped out of my radar and thanks to Stale Action something reminded me about it. I have the same feeling that...

I am trying to reproduce the issue using example app and on Flutter 3.7.10. Sharing image works fine for me with `Share` button which uses `shareXFiles()`. Could you specify which...