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

Fast and reliable Dart library for finding available network ports with parallel checking and custom hostname support.

example/main.dart

import 'package:freeport/freeport.dart';

main() async {
  final port = await freePort();
  print('Free port: $port');
}
1
likes
160
points
1.18k
downloads

Documentation

Documentation
API reference

Publisher

verified publishermedz.dev

Weekly Downloads

Fast and reliable Dart library for finding available network ports with parallel checking and custom hostname support.

Repository (GitHub)
View/report issues

Topics

#network #port #socket #utility

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on freeport