push_socket_client_dart 0.0.1-alpha
push_socket_client_dart: ^0.0.1-alpha copied to clipboard
This package helps to connect to Push backend using websockets built on top of Socket.IO
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add push_socket_client_dartWith Flutter:
$ flutter pub add push_socket_client_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
push_socket_client_dart: ^0.0.1-alphaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:push_socket_client_dart/push_socket_client_dart.dart';