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
107 stars 49 forks source link

Can this package get converted to dart native? #36

Closed guyluz11 closed 2 years ago

guyluz11 commented 2 years ago

Is it necessary for this package to work using flutter components? or can it get converted to Dart native project which can get imported into all Dart supported platforms.

Piero512 commented 2 years ago

This package depends on Flutter stuff because at the beginning it mostly targeted iOS and Android.

In theory, packages suited for dart native that won't run on mobile apps, are multicast_dns and such. I've been planning a platform impl for desktop using them but I've been busy.

Skyost commented 2 years ago

Answered by @Piero512 👍