Guy Luz
Guy Luz
Just to make sure, this includes buttons like in the alarm clock app (without opening the message content)?
> > Just to make sure, this includes buttons like in the alarm clock app (without opening the message content)? > > > > Could you share more details please....
@hanyska it is still not the functionality in my app, this is the functionality that I am trying to understand if the issue will add support for (at list part...
Try https://pub.dev/packages/network_tools Not sure what you need but it does the same as this package and has null safety
You can use https://pub.dev/packages/network_tools for that
Found another package that does the same thing and more. https://pub.dev/packages/network_tools The maintainer is really active so you can ask and create pr and he will respond. And it even...
I can't reproduce on Flutter Linux I guess it's an Android implementation or something with android permissions. My android app has the following permissions: ``` ``` I can test it...
Sounds good So if this is duplicate than reference the original and I will close this issue. Thanks
This issue got closed by the bot, please reopen it as I need to keep track of getIp function for cable-connected devices.
I think we need to update the `ffi` version. `device_info_plus` dependence got an update and now the ffi version gets conflicted. ``` Because no versions of package_info_plus match >1.4.2 1.0.5...