felangel / web_socket_client

A simple WebSocket client for Dart which includes automatic reconnection logic.
https://pub.dev/packages/web_socket_client
MIT License
150 stars 32 forks source link

chore(deps): upgrade `package:web` to `0.5.1` #45

Closed jemisgoti closed 4 months ago

jemisgoti commented 5 months ago

Status

READY

Description

The current version depended on web: 4.0.0. We now have a new version of web: 0.5.1. Therefore, this package was not compatible with projects that use the latest version of the web plugin or any other plugin that depends on the latest version of the web plugin. That's why the dependency on the web plugin has been upgraded.

felangel commented 4 months ago

Looks like this is a duplicate of #44 so closing.