Skip to content

canonical/nm.dart

Repository files navigation

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.

About

Native Dart client library to access NetworkManager on Linux.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages