signalr_dart 1.0.1 copy "signalr_dart: ^1.0.1" to clipboard
signalr_dart: ^1.0.1 copied to clipboard

A complete SignalR Client including stateful reconnect in dart. You will feel right at home while using this library

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add signalr_dart

With Flutter:

 $ flutter pub add signalr_dart

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

dependencies:
  signalr_dart: ^1.0.1

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:signalr_dart/signalr_dart.dart';
4
likes
100
pub points
56%
popularity

Publisher

verified publisheraeb-dev.me

A complete SignalR Client including stateful reconnect in dart. You will feel right at home while using this library

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, cancellation_token_dotnet, http, js, jsontool, logging, meta, msg_pck, os_detect, pool, sse, typed_data, uri, web_socket_channel

More

Packages that depend on signalr_dart