tcp_tunnel 1.0.0
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';