reflect_ui不存在
Closed this issue · 0 comments
qomosoloto commented
执行melos bs
, 有如下报错:
melos bootstrap
└> /home/matrixer/StudioProjects/biyi
Running "flutter pub get" in workspace packages...
✓ biyi_api_client
└> packages/biyi_api_client
✓ biyi_advanced_features
└> packages/biyi_advanced_features
- biyi_app
└> apps/biyi_app
└> Failed to install.
Resolving dependencies...
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Because biyi_app depends on reflect_ui from path which doesn't exist (could not find package reflect_ui at "../../../../leanflutter/reflect_ui/packages/reflect_ui"), version solving failed.
BootstrapException: Failed to install.: biyi_app at /home/matrixer/StudioProjects/biyi/apps/biyi_app.
看依赖中,reflect_ui是0.0.0
,我去pub.dev上看目前是0.0.1,改成 这个 后依然是这个问题。