netlink 1.0.0 copy "netlink: ^1.0.0" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add netlink

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  netlink: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:netlink/netlink.dart';
0
likes
140
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository

License

MIT (license)

Dependencies

bonsoir, flutter, shared_preferences

More

Packages that depend on netlink