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

A simple client-server sockets package that uses the Socket and ServerSocket classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add client_server_sockets

With Flutter:

 $ flutter pub add client_server_sockets

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

dependencies:
  client_server_sockets: ^1.0.1

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:client_server_sockets/client_server_sockets.dart';
3
likes
160
pub points
36%
popularity

Publisher

unverified uploader

A simple client-server sockets package that uses the Socket and ServerSocket classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on client_server_sockets