Skip to content

version solving fails for flutter_tool #141032

@goderbauer

Description

@goderbauer

From running the flutter tool locally at tip of tree:

Resolving dependencies... (1.8s)
Because flutter_tools depends on web_socket_channel 2.4.2 which doesn't match
  any versions, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on web_socket_channel: dart pub add web_socket_channel:^2.4.1
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds... (9 tries left)

Looks like web_socket_channel was bumped to 2.4.2 in #140979, but that version does not exist (anymore?) on pub: https://pub.dev/packages/web_socket_channel

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Critical issues such as a build break or regressionteam-toolOwned by Flutter Tool team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions