soft_ifconfig 0.1.0-dev copy "soft_ifconfig: ^0.1.0-dev" to clipboard
soft_ifconfig: ^0.1.0-dev copied to clipboard

A Dart/Flutter package/library for get the mac address from Windows, macOS and Linux.

example/soft_ifconfig_example.dart

// ignore_for_file: avoid_print

import 'package:soft_ifconfig/soft_ifconfig.dart';

Future<void> main() async {
  final macAddress = await SoftIfconfig.getMacAddress();
  print(macAddress);
}
3
likes
150
pub points
26%
popularity

Publisher

verified publishersoftyes.com.br

A Dart/Flutter package/library for get the mac address from Windows, macOS and Linux.

Homepage
Repository (GitHub)
View/report issues

Topics

#ifconfig #ip #mac #address #hardware

Documentation

API reference

License

LGPL-3.0 (LICENSE)

Dependencies

path

More

Packages that depend on soft_ifconfig