push_socket_client_dart 0.0.1-alpha copy "push_socket_client_dart: ^0.0.1-alpha" to clipboard
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_dart

With Flutter:

 $ flutter pub add push_socket_client_dart

This 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-alpha

Alternatively, 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';
2
likes
140
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps to connect to Push backend using websockets built on top of Socket.IO

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ethereum_addresses, socket_io_client

More

Packages that depend on push_socket_client_dart