-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Flutter currently relies on log messages to discover the Dart observatory port, which isn't always reliable (particularly on iOS devices where you can't reliably retrieve older log messages). We're looking at implementing an mDNS based solution to advertise the port and host name of the server, but it would be nice if this was available through the SDK, and could be used in other use cases on more platforms.
It looks like Dartino had done some of this work here: https://github.com/dartino/sdk/tree/master/pkg/mdns
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug