Skyost / Bonsoir

A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.
http://bonsoir.skyost.eu/
Other
100 stars 43 forks source link

App crashes when using Bonsoir package #58

Closed vivekgadgeon closed 7 months ago

vivekgadgeon commented 8 months ago

Describe the bug I installed the package via pubspec.yaml and after running the app it crashes with the following results: (lldb) 2023-10-18 21:23:08.597088+0530 Runner[338:5105] [VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(37)] Using the Impeller rendering backend.

Smartphone:

Xcode

Flutter

Dart

Screenshot 2023-10-18 at 10 31 52 PM
Skyost commented 8 months ago

Do you have a code snippet or something ? What makes you think it is due to Bonsoir ?

vivekgadgeon commented 8 months ago

I just added the package in pubspec.yaml and run the app. Then it crashes. I didn't wrote any code.

Skyost commented 8 months ago

And did you try without Bonsoir first ?

vivekgadgeon commented 8 months ago

Yes. I tried without Bonsoir and there were no issues.

vivekgadgeon commented 8 months ago

I also opened a new project based on the above xcode version and flutter versions with only Bonsoir package. I got the same crash.

Skyost commented 7 months ago

I rewrote a lot of the Darwin part recently, please tell me if you're still having the same errors @vivekgadgeon 👍

vivekgadgeon commented 7 months ago

I check and it is working now. Thanks for fixing.

Skyost commented 7 months ago

I'm glad it's working now !