tcp_client_dart 0.2.0 copy "tcp_client_dart: ^0.2.0" to clipboard
tcp_client_dart: ^0.2.0 copied to clipboard

A pure Dart client class for TCP connections that manages connecting, reconnecting, sending, and receiving data to/from servers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tcp_client_dart

With Flutter:

 $ flutter pub add tcp_client_dart

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

dependencies:
  tcp_client_dart: ^0.2.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_client_dart/tcp_client_dart.dart';
4
likes
140
pub points
70%
popularity

Publisher

verified publisherjeffmikels.com

A pure Dart client class for TCP connections that manages connecting, reconnecting, sending, and receiving data to/from servers.

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on tcp_client_dart