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

outdated

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

Pub Package codecov

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

import 'package:nm/nm.dart';

var client = NetworkManagerClient();
await client.connect();
print('Running NetworkManager ${client.version}');
await client.close();

Contributing to nm.dart #

We welcome contributions! See the contribution guide for more details.

15
likes
0
pub points
92%
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

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on nm