web_socket_support 0.2.5 copy "web_socket_support: ^0.2.5" to clipboard
web_socket_support: ^0.2.5 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.5 #

  • core library desugaring not required anymore
  • updated unbelievably complex gradle build mechanism for component (in oder to align it with newer gradle and AGP)
  • added some androidx dependencies

0.2.4 #

  • gradle dependencies update
  • dart dependencies update
  • bugfix: exposed WebSocketOptions so that connect method can be used with options parameter

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
160
points
33
downloads

Publisher

verified publishersharpbitstudio.tech

Weekly Downloads

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