Last updated:
0 purchases
intranet ip
intranet_ip #
get local intranet ip with tcp bind
use #
import 'package:intranet_ip/intranet_ip.dart';
void main() async {
final ip = await intranetIpv4();
print(ip);
print(ip.rawAddress);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.