nm 0.5.0 copy "nm: ^0.5.0" to clipboard
nm: ^0.5.0 copied to clipboard

PlatformLinux

Provides a client to connect to NetworkManager - the service that manages network connections on Linux.

example/example.dart

import 'package:nm/nm.dart';

void main() async {
  var client = NetworkManagerClient();
  await client.connect();
  print('Running NetworkManager ${client.version}');
  await client.close();
}
15
likes
140
pub points
93%
popularity

Publisher

verified publishercanonical.com

Provides a client to connect to NetworkManager - the service that manages network connections on Linux.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

dbus

More

Packages that depend on nm