v0.5.0
nm
Provides a client to connect to NetworkManager - the service that manages network connections on Linux.
22Likes 2.3M30-day downloads160Pub points
Linux
Provides a client to connect to [NetworkManager](https://gitlab.freedesktop.org/NetworkManager/NetworkManager) - the service that manages network connections on Linux.
English project snapshot. Visit GitHub for the latest content.
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();
We welcome contributions! See the contribution guide for more details.