【发布时间】:2020-01-05 15:02:46
【问题描述】:
我是 Flutter 的新手,所以,我试过这个 Flutter force higher package dependency version,
我的代码是
dependencies:
intl: ^0.15.0
我把它换成了
dependency_overrides:
intl: ^0.16.0
但我仍然收到此错误
$ flutter pub get
Error: No pubspec.yaml file found.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.
【问题讨论】:
标签: flutter flutter-dependencies