signalr_netcore_plus 1.3.7 copy "signalr_netcore_plus: ^1.3.7" to clipboard
signalr_netcore_plus: ^1.3.7 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.

example/lib/main.dart

import 'app.dart';
import 'package:flutter/material.dart';

const kChatServerUrl = "http://192.168.0.4:5000";

void main() {
  runApp(App());
}
3
likes
130
points
25
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.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, logging, message_pack_dart, sse_channel2, tuple, web_socket_channel

More

Packages that depend on signalr_netcore_plus