web_socket_support_platform_interface 0.3.0 copy "web_socket_support_platform_interface: ^0.3.0" to clipboard
web_socket_support_platform_interface: ^0.3.0 copied to clipboard

A common platform interface for the web_socket_support plugin.

0.3.0 #

  • connect now returns Future<bool?> instead of Future<void>
  • disconnect now returns Future<bool?> instead of Future<void>

0.2.2 #

  • New linter -> flutter_lints: ^1.0.4.
  • WebSocketException now have all nullable fields.

0.2.1 #

  • Added support for web platform (removed dart:io dep)

0.2.0 #

  • Moved to null safety. Min SDK is 2.14.0

0.1.6 #

  • Updated dependencies after Flutter 2.0 release.

0.1.5 #

  • API minor fix.

0.1.4 #

  • API updated, Added code and reason to disconnect method.

0.1.3 #

  • Removed dart:io import to support Web platform.

0.1.2 #

  • Added support for 'onFailure' web-socket callback.
  • Dependencies update

0.1.1 #

  • Updated homepage in pubspec file.

0.1.0 #

  • Initial Open Source release.