web_socket_support 0.2.5 web_socket_support: ^0.2.5 copied to clipboard
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 thatconnect
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