gpt4 book ai didi

flutter - 预期 "assets"是一个列表,但得到了 -assets/image/(字符串)

转载 作者:行者123 更新时间:2023-12-03 22:46:34 24 4
gpt4 key购买 nike

我的 pubspec.yaml 文件中出现以下异常:

Error detected in pubspec.yaml:
Expected "assets" to be a list, but got -assets/image/ (String).
Please correct the pubspec.yaml file at D:\Working_Project\FlutterProject\flutter_change_color\pubspec.yaml

最佳答案

我遇到了同样的错误,我发现您必须添加如下 Assets :

Flutter 使用位于项目根目录的“pubspec.yaml”文件来识别应用程序所需的 Assets 。
下面是一个例子:

flutter:
assets:
- assets/my_icon.png
- assets/background.png


要包含目录下的所有 Assets ,请在结尾处使用/字符指定目录名称:
  assets:
- directory/
- directory/subdirectory/

现在让我们来看看你的错误

预期“ Assets ”是一个列表,但得到了 -assets/image/(字符串)。

发生此错误是因为您没有在“- 和 Assets ”之间添加空格。如果您只是添加空间它应该可以解决您的问题。

关于flutter - 预期 "assets"是一个列表,但得到了 -assets/image/(字符串),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61303506/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com