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();
  }
}
2
likes
130
points
86
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)

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