Guy Luz
Guy Luz
A splash screen is missing whenever loading the app. I am getting this warning in the console window > W/FlutterActivityAndFragmentDelegate(17184): A splash screen was provided to Flutter, but this is...
It can be cool to scan for devices in the network and have the option to ssh into them. This will combine two apps that I use into one. I...
Start scanning ports automatically when pressing on scanned device When clicking on a device from scan for devices list I would expect that it will start scanning ports for me....
https://github.com/ubuntu-flutter-community/software/blob/b96857ae0e09e29553fc5e72c4301b75c5215b80/pubspec.yaml#L36 I think it will be better to use the packages versions from pub.dev instead of directly from the GitHub repo https://pub.dev/packages/snapd This can help a number of ways, the...
For install flutter section in readme https://github.com/ubuntu-flutter-community/software#install-flutter we can also recommend simpler and more elegant way of installing by using the [snap version](https://snapcraft.io/flutter) `sudo snap install flutter --classic`
Adding the package to [pub.dev](https://pub.dev) will help more people and developers to find and contribute to it. Readme file should include more info (with the link to the pub dev...
`dateTimeSeparated` value in readme.md is incorrect. It should be `dateTimeSeparate` without the `d`.
We have added a list of possible rooms type https://github.com/CyBear-Jinni/cbj_smart-home/blob/f579d408c4d76e511b393a655b84f115e5d09698/ProtoFiles/protos/cbj_hub_server.proto#L193 While creating a new room in the app the user will label the room with multiple room types, this will...
It would be cool for actions/Scenes to start depending on my phone location. This is called geofence, were based on sending location inside area or outside we can do stuff.