Hi everyone! I am creating Windows application with Flutter. I need to get device mac-address. I have tries some packeges like
get_mac,
wifi_info_flutter but didn't work. Now I am going to get mac-address with
ffi and
win32 packages. However I have no idea how to do it. Please, can anybody help me with this problem?