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.

0.2.3 #

  • gradle dependencies update
  • dart dependencies update
  • added build dependencies to README.md

0.2.2 #

  • web_socket_support_platform_interface version bumped to 0.3.0
  • all methodChannel calls now return bool?
  • android dependencies update

0.2.1 #

  • fixed gradle build issue

0.2.0 #

  • Added null safety (min SDK >= 2.14.4)

0.1.1 #

  • Minor build & readme update

0.1.0 #

  • Initial Websocket support plugin release.
    • android platform implementation added
    • complete Ws App example added
4
likes
130
pub points
21%
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