get_mac_address 0.0.2
get_mac_address: ^0.0.2 copied to clipboard
get device mac address for linux windows android macos.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add get_mac_addressThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
get_mac_address: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:get_mac_address/get_mac_address.dart';