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

outdated

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

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

dependencies:
  client_server_sockets: ^0.0.1

Alternatively, your editor might support dart 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
0
pub points
45%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args

More

Packages that depend on client_server_sockets