signalr_client 0.1.1 copy "signalr_client: ^0.1.1" to clipboard
signalr_client: ^0.1.1 copied to clipboard

outdated

A flutter client for ASP.NET Core SignalR. The client is able to invoke server side hub functions (including streaming functions) and to receive method invocations issued by the server. The client sup [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signalr_client

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

dependencies:
  signalr_client: ^0.1.1

Alternatively, 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:signalr_client/signalr_client.dart';
58
likes
0
pub points
84%
popularity

Publisher

unverified uploader

A flutter client for ASP.NET Core SignalR. The client is able to invoke server side hub functions (including streaming functions) and to receive method invocations issued by the server. The client supports the following transport protocols WebSocket, Service Side Events, Long Polling. The client supports the following hub protocols Json but not MessagePack. ASP.NET Core SignalR is an open-source library that simplifies adding real-time web functionality to apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, w3c_event_source

More

Packages that depend on signalr_client