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();
copied to clipboard

Contributing to nm.dart #

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

21
likes
160
points
1.63M
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

2024.09.08 - 2025.03.23

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

Repository (GitHub)
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

dbus

More

Packages that depend on nm