Guy Luz

Results 315 comments of Guy Luz

Hi @adigladi My pull request got merged, you can close the issue now.

I have changed numpy version in the `requirements.txt` to `1.19.4 ` and created the snap but got the same error. ``` Testing for explicit PulseAudio choice... ...and PulseAudio has been...

I got the [same error](https://forum.snapcraft.io/t/snapcraft-with-plugin-flutter-suddenly-crashing/26100/2) while using Snapcraft to package my flutter app. Changing to the stable worked for me. Thanks

@dgaedcke > Does anyone else have suggestions?? Didn't try but I saw someone said that it worked after updating flutter version. > I was having the same issues from autoroute...

Not sure if this is connected but try setting you AppRouter() as `static`. ``` dart class AppWidget extends StatelessWidget { static final _rootRouter = AppRouter(); @override Widget build(BuildContext context) {...

Hi and thank for using our app. Currently our scan does not contain Mac address in most cases (only on Android 10 and lower), so there is more to be...

Can be fixed with isolates, a similar fix of #16 .

As getting Mac address #7 has some kind of blocker we can resolve this by adding native dependencies depending on the platform. I am sure there is one for Android...

I think for mDNS our best option for now is to implement android/ios only package and do it here and not part of [network_tools](https://pub.dev/packages/network_tools). Our options are [nsd](https://pub.dev/packages/nsd), [flutter_mdns_plugin](https://pub.dev/packages/flutter_mdns_plugin), [mdns_plugin](https://pub.dev/packages/mdns_plugin)....