web3mq_websocket 0.1.0-dev.3 web3mq_websocket: ^0.1.0-dev.3 copied to clipboard
A lightware websocket tool to communicate with web3mq.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add web3mq_websocket
With Flutter:
$ flutter pub add web3mq_websocket
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
web3mq_websocket: ^0.1.0-dev.3
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:web3mq_websocket/web3mq_websocket.dart';