web_socket_support 0.2.3 copy "web_socket_support: ^0.2.3" to clipboard
web_socket_support: ^0.2.3 copied to clipboard

PlatformAndroid

Flutter plugin for utilising OkHttp websocket implementation on Android. Supports text and binary messages. Works even when app is in background or when screen is locked.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_socket_support

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

dependencies:
  web_socket_support: ^0.2.3

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

Import it

Now in your Dart code, you can use:

import 'package:web_socket_support/web_socket_support.dart';
4
likes
130
pub points
19%
popularity

Publisher

verified publishersharpbitstudio.tech

Flutter plugin for utilising OkHttp websocket implementation on Android. Supports text and binary messages. Works even when app is in background or when screen is locked.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, flutter, meta, plugin_platform_interface, web_socket_support_platform_interface

More

Packages that depend on web_socket_support