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

outdated

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

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 and to receive method invocations issued by the server.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, w3c_event_source

More

Packages that depend on signalr_client