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.

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
140
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
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

dbus

More

Packages that depend on nm