Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 688 Bytes

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.