FLUTTER ECOSYSTEM

signalr_netcore

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.

Latest version
1.4.4
30-day downloads
64.6K
Likes
228
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter client for ASP.NET Core SignalR, enabling real-time communication between Flutter apps and .NET Core backends. It supports invoking server-side hub methods and receiving method calls from the server, making it ideal for live updates, chat applications, and collaborative tools. The package works across Android, iOS, macOS, Windows, and Linux, ensuring broad platform compatibility. Built on top of the SignalR protocol, it provides efficient, low-latency messaging with automatic reconnection and fallback mechanisms.

Use cases
  • Real-time chat applications
  • Live data dashboards
  • Collaborative editing tools
  • IoT device monitoring
  • Push notifications
Key features
  • Bidirectional communication
  • Automatic reconnection
  • Cross-platform support
  • Server method invocation
  • Client event handling
Suitable for
  • Real-time app developers
  • Backend-integrated Flutter projects
  • Applications requiring live updates
  • Teams using ASP.NET Core SignalR
  • Low-latency communication needs
Considerations
  • Requires a compatible ASP.NET Core SignalR server
  • Network stability affects performance
  • Authentication setup needed for secured hubs
  • Limited documentation compared to native libraries
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add signalr_netcore

Categories

Source repository

Related projects

No data available yet.