tcp_tunnel 1.0.0 copy "tcp_tunnel: ^1.0.0" to clipboard
tcp_tunnel: ^1.0.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 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: ^1.0.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
19
downloads

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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

logging

More

Packages that depend on tcp_tunnel