freeport 0.0.2 copy "freeport: ^0.0.2" to clipboard
freeport: ^0.0.2 copied to clipboard

A fast and reliable Dart library for finding available network ports. Supports parallel port checking, preferred ports selection, custom hostnames and detailed port availability verification.

example/main.dart

import 'package:freeport/freeport.dart';

main() async {
  final port = await freePort();
  print('Free port: $port');
}
0
likes
150
points
1.8k
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

A fast and reliable Dart library for finding available network ports. Supports parallel port checking, preferred ports selection, custom hostnames and detailed port availability verification.

Repository (GitHub)
View/report issues

Topics

#network #port #socket #utility

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on freeport