server_client_comm 0.1.7 copy "server_client_comm: ^0.1.7" to clipboard
server_client_comm: ^0.1.7 copied to clipboard

This package will help you to communicate between server and client easilly! All you have to do is use a `SocketMessage.shrinkT(x,[y])` to serialize into json, and use `SocketMessage.expandT(x)` to se [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_client_comm

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

dependencies:
  server_client_comm: ^0.1.7

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:server_client_comm/server_client_comm.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

This package will help you to communicate between server and client easilly! All you have to do is use a `SocketMessage.shrinkT(x,[y])` to serialize into json, and use `SocketMessage.expandT(x)` to serialize from json!

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

dson

More

Packages that depend on server_client_comm