signalr_hub 2.1.1 copy "signalr_hub: ^2.1.1" to clipboard
signalr_hub: ^2.1.1 copied to clipboard

A maintained Flutter client for ASP.NET Core SignalR with null-arg support, reconnection stability, and critical crash fixes.

example/lib/main.dart

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

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

void main() {
  runApp(App());
}
1
likes
160
points
278
downloads

Documentation

API reference

Publisher

verified publishercodewithshamil.info

Weekly Downloads

A maintained Flutter client for ASP.NET Core SignalR with null-arg support, reconnection stability, and critical crash fixes.

Repository (GitHub)
View/report issues

Topics

#signalr #websocket #aspnetcore #realtime

License

MIT (license)

Dependencies

equatable, flutter, get_it, http, logging, message_pack_dart, sse_channel, web_socket_channel

More

Packages that depend on signalr_hub