tcp_tunnel 2.1.0 copy "tcp_tunnel: ^2.1.0" to clipboard
tcp_tunnel: ^2.1.0 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.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate tcp_tunnel

Use it

The package has the following executables:

$ tcp_tunnel

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tcp_tunnel

With Flutter:

 $ flutter pub add tcp_tunnel

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tcp_tunnel: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tcp_tunnel/tcp_tunnel.dart';
8
likes
160
points
149
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