netlink 1.0.0
netlink: ^1.0.0 copied to clipboard
A drop-in Flutter widget that discovers servers on the local network over Bonjour/mDNS and saves the selected one locally. Add the dependency and use NetworkConfigScreen — no generated code in your app.
1.0.0 #
- Initial release.
NetworkConfigScreen— a drop-in Flutter widget that scans the local network over Bonjour/mDNS and saves the selected server viashared_preferences.- Configurable
storageKey,targetName,scanTimeout,title, and anonSavedcallback. - Public API:
MdnsDiscovery,ServerStore,Protocol,DiscoveredDevice,SavedServer.