nm 0.4.2 nm: ^0.4.2 copied to clipboard
Provides a client to connect to NetworkManager - the service that manages network connections on Linux.
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.