diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart index e45d985..40cc2be 100644 --- a/lib/home/home_screen.dart +++ b/lib/home/home_screen.dart @@ -46,7 +46,7 @@ class _MyHomePageState extends State { Future printIps() async { for (var interface in await NetworkInterface.list(type: InternetAddressType.IPv4)) { - print("interface: ${interface.name}"); + print("interfaces: ${interface.name}"); if (interface.name == "eth0") { for (var address in interface.addresses) {