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

Does not work for Flutter-Tizen project #88

Closed phuocbitmark closed 4 months ago

phuocbitmark commented 4 months ago

Describe the bug When i await broadcast.start(); -> it throws error Error broadcasting bonsoir: MissingPluginException(No implementation found for method broadcast.initialize on channel fr.skyost.bonsoir)

To Reproduce Steps to reproduce the behavior:

  1. create Flutter-Tizen project
  2. Broadcast

I wonder if this can work on Samsung Tv running TizenOS

Skyost commented 4 months ago

Sadly, it's out of the scope. Bonsoir has been designed to run on all platforms supported by Flutter except Web.