signalr_netcore 1.4.3 copy "signalr_netcore: ^1.4.3" to clipboard
signalr_netcore: ^1.4.3 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());
}
copied to clipboard
191
likes
150
points
36.3k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

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

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