x_action_cable_v2 1.1.0 copy "x_action_cable_v2: ^1.1.0" to clipboard
x_action_cable_v2: ^1.1.0 copied to clipboard

Port for x_action_cable, solving problems to enhance app updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add x_action_cable_v2

With Flutter:

 $ flutter pub add x_action_cable_v2

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

dependencies:
  x_action_cable_v2: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:x_action_cable_v2/helpers/handle_data.helper.dart';
import 'package:x_action_cable_v2/helpers/identifier.helper.dart';
import 'package:x_action_cable_v2/helpers/logger.helper.dart';
import 'package:x_action_cable_v2/models/action_cable.dart';
import 'package:x_action_cable_v2/models/action_callback.dart';
import 'package:x_action_cable_v2/models/action_channel.dart';
import 'package:x_action_cable_v2/models/action_response.dart';
import 'package:x_action_cable_v2/models/models.dart';
import 'package:x_action_cable_v2/store/callbacks.store.dart';
import 'package:x_action_cable_v2/types.dart';
import 'package:x_action_cable_v2/web_socket/abstractions/web_socket.interface.dart';
import 'package:x_action_cable_v2/web_socket/imp/web_socket_io.dart';
import 'package:x_action_cable_v2/web_socket/imp/web_socket_stub.dart';
import 'package:x_action_cable_v2/web_socket/imp/web_socket_web.dart';
import 'package:x_action_cable_v2/x_action_cable.dart';
0
likes
125
points
124
downloads

Publisher

verified publishermartinale14.com

Weekly Downloads

Port for x_action_cable, solving problems to enhance app updates.

Homepage

Topics

#sockets #action #cable #realtime

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, logger, web_socket_channel

More

Packages that depend on x_action_cable_v2