signalr_netcore 1.4.2 copy "signalr_netcore: ^1.4.2" to clipboard
signalr_netcore: ^1.4.2 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://localhost:5000";

void main() {
  runApp(App());
}
193
likes
150
points
32.2k
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, logging, message_pack_dart, sse_channel, tuple, web_socket_channel

More

Packages that depend on signalr_netcore