lg_signalr_client 0.2.1 copy "lg_signalr_client: ^0.2.1" to clipboard
lg_signalr_client: ^0.2.1 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 lg_signalr_client

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

dependencies:
  lg_signalr_client: ^0.2.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:lg_signalr_client/lg_signalr_client.dart';
1
likes
20
pub points
38%
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

MIT (LICENSE)

Dependencies

flutter, logging, w3c_event_source

More

Packages that depend on lg_signalr_client