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

A minimalistic TCP tunnel library, entirely written in Dart, and equipped with a user-friendly Command Line Interface (CLI) for seamless usage across diverse platforms.

1.0.1 #

  • Updated SDK constraint to >=3.10.0 <4.0.0.
  • Updated dependencies:
    • logging to ^1.3.0
    • lints to ^6.1.0
    • dependency_validator to ^5.0.5
    • test to ^1.31.0
  • Added executable entry for tcp_tunnel in pubspec.yaml.
  • Changed module type in tcp_tunnel.iml from JAVA_MODULE to WEB_MODULE.
  • bin/tcp_tunnel.dart:
    • Fixed trailing comma in _runModeClient parameters.
  • lib/src/tcp_tunnel_base.dart:
    • Improved code style in SocketAsync and Tunnel classes.
  • lib/tcp_tunnel.dart:
    • Removed library name declaration (library tcp_tunnel;) to default unnamed library.

1.0.0 #

  • Initial version.
8
likes
160
points
97
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A minimalistic TCP tunnel library, entirely written in Dart, and equipped with a user-friendly Command Line Interface (CLI) for seamless usage across diverse platforms.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

logging

More

Packages that depend on tcp_tunnel