socket_com 0.0.1+1 copy "socket_com: ^0.0.1+1" to clipboard
socket_com: ^0.0.1+1 copied to clipboard

A flutter , dart package for socket communication safely this package enables client to listen to difference event from server also can register new events to register to , need to configure this eve [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add socket_com

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

dependencies:
  socket_com: ^0.0.1+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:socket_com/socket_com.dart';
1
likes
130
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter , dart package for socket communication safely this package enables client to listen to difference event from server also can register new events to register to , need to configure this events from server to send data accordingly.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on socket_com