flutter_in_action_2 icon indicating copy to clipboard operation
flutter_in_action_2 copied to clipboard

flutter pub get 异常

Open stellar-deng opened this issue 1 year ago • 1 comments

flutter pub get 异常

[gitme] flutter pub get
Running "flutter pub get" in gitme...
Resolving dependencies...
Because gitme depends on json_model from path which doesn't exist (could not find package json_model at "..\..\json_model"), version solving failed.
pub get failed
command: "D:\develop\flutter\bin\cache\dart-sdk\bin\dart __deprecated_pub --directory . get --example"
pub env: {
  "FLUTTER_ROOT": "D:\develop\flutter",
  "PUB_ENVIRONMENT": "vscode.dart-code:flutter_cli:get",
  "PUB_CACHE": "C:\Users\user\AppData\Local\Pub\Cache",
}
exit code: 66

exit code 66

stellar-deng avatar Mar 10 '23 02:03 stellar-deng

flukit:path: ../flukit/package_src替换成flukit: ^3.0.1,再get就能解决

haojing1 avatar Mar 23 '23 02:03 haojing1