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

A flutter client for ASP.NET Core SignalR. The client is able to invoke server side hub functions and to receive method invocations issued by the server.

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.6

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
30
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter client for ASP.NET Core SignalR. The client is able to invoke server side hub functions and to receive method invocations issued by the server.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, logging, w3c_event_source

More

Packages that depend on signalr_client