intranet_ip 1.0.0 copy "intranet_ip: ^1.0.0" to clipboard
intranet_ip: ^1.0.0 copied to clipboard

outdated

get local intranet ip with tcp bind

intranet_ip #

get local intranet ip with tcp bind

use #

import 'package:intranet_ip/intranet_ip.dart';

void main() async {
  final ip = await localIpv4();
  print(ip);
  print(ip.rawAddress);
}

6
likes
0
pub points
73%
popularity

Publisher

verified publisherrmw.link

get local intranet ip with tcp bind

License

unknown (LICENSE)

Dependencies

collection, random_uint8list

More

Packages that depend on intranet_ip