signalr_netcore 1.4.0 copy "signalr_netcore: ^1.4.0" to clipboard
signalr_netcore: ^1.4.0 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());
}
182
likes
150
points
27.7k
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)
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