lan_mixed 0.0.1 copy "lan_mixed: ^0.0.1" to clipboard
lan_mixed: ^0.0.1 copied to clipboard

A lightweight UDP-based LAN communication plugin that supports multicast and unicast, allowing data to be sent and received within a local network.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lan_mixed

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

dependencies:
  lan_mixed: ^0.0.1

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:lan_mixed/lan_mixed.dart';
0
likes
150
pub points
0%
popularity

Publisher

verified publishersuntengfei.top

A lightweight UDP-based LAN communication plugin that supports multicast and unicast, allowing data to be sent and received within a local network.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, network_info_plus

More

Packages that depend on lan_mixed