-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
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
piedcipher
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team