netcore_signalr 0.0.3 copy "netcore_signalr: ^0.0.3" to clipboard
netcore_signalr: ^0.0.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 'package:flutter/material.dart';


void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const Placeholder();
  }
}
1
likes
130
pub points
11%
popularity

Publisher

unverified uploader

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_handler, tuple, web_socket_channel

More

Packages that depend on netcore_signalr