socket_com 0.0.1+1
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_comThis 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+1Alternatively, 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';