cc_signalr 1.0.0+1 copy "cc_signalr: ^1.0.0+1" to clipboard
cc_signalr: ^1.0.0+1 copied to clipboard

CC SignalR is a Flutter plugin that provides SignalR support, enabling easy management of SignalR connections and event-driven communication. This plugin allows you to define connection options, subsc [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cc_signalr

With Flutter:

 $ flutter pub add cc_signalr

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cc_signalr: ^1.0.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

1
likes
0
pub points
53%
popularity

Publisher

verified publishercodecores.dev

CC SignalR is a Flutter plugin that provides SignalR support, enabling easy management of SignalR connections and event-driven communication. This plugin allows you to define connection options, subscribe to modules, and create custom modules to listen for specific SignalR messages, making it a powerful tool for real-time applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, logging, signalr_netcore

More

Packages that depend on cc_signalr