signalr_hub 2.0.2 copy "signalr_hub: ^2.0.2" to clipboard
signalr_hub: ^2.0.2 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
0
points
380
downloads

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

unknown (license)

Dependencies

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

More

Packages that depend on signalr_hub