-
Notifications
You must be signed in to change notification settings - Fork 262
Description
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Windows (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
C:\flutter\bin\flutter.bat --no-color pub get
Flutter assets will be downloaded from https://mirrors.tuna.tsinghua.edu.cn/flutter. Make sure you trust this source!
Resolving dependencies...
Note: intl is pinned to version 0.20.2 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because every version of openim_common from path depends on intl ^0.19.0 and every version of flutter_localizations from sdk depends on intl 0.20.2, openim_common from path is incompatible with flutter_localizations from sdk.
So, because openim depends on both flutter_localizations from sdk and openim_common from path, version solving failed.
Failed to update packages.
Process finished with exit code 1
Screenshots Link
No response