signalr_netcore 0.1.8+2 copy "signalr_netcore: ^0.1.8+2" to clipboard
signalr_netcore: ^0.1.8+2 copied to clipboard

outdated

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://192.168.0.4:5000";

void main() {
  runApp(App());
}
193
likes
40
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)

License

MIT (license)

Dependencies

flutter, logging, tuple, w3c_event_source

More

Packages that depend on signalr_netcore