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

A simple client-server sockets wrapper package around the Socket and the ServerSocket classes.

1.1.2 #

  • Fixed accessing properties of a closed socket

1.1.1 #

Breaking changes

  • Replaced callback functions with stream events
  • Methods throw a SocketException when used in an invalid state
  • Exposed a clients getter in Server class to access the connected clients
  • Replaced the default server port with a random port chosen by the system
  • Removed remotePort in Client class as it's already known when connecting to the server

1.0.1 #

  • Exported payload file to the package

1.0.0 #

Breaking change #

  • Re-written package from scratch.
  • New package, new usage, new example

0.0.2 #

  • Changed example file to main.dart so the Example tab shows up
  • Removed Getting Started section from README

0.0.1 #

  • Initial version.
3
likes
150
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

A simple client-server sockets wrapper package around the Socket and the ServerSocket classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on client_server_sockets