gpt4 book ai didi

flutter - flutter 启动器图标的问题

转载 作者:IT王子 更新时间:2023-10-29 06:53:11 33 4
gpt4 key购买 nike

我需要有关依赖项 flutter_launcher_icons 的帮助:^0.7.0,我希望从 .png 中的图像向我的应用程序插入图标

使用旧程序,该命令运行完美。我更改了文件夹,创建了一个新的 Flutter 项目,但没有任何效果。我也做了一个clean flutter,没有成功

我执行了 flutter doctor -v,一切正常。

如果格式不完美,请原谅,这是我在这里问的第一个问题

预先感谢您的帮助

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:207:45:错误:Getter not发现:“平均”。 newFile = copyResize(image, e.size, -1, AVERAGE); ^^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:207:25:错误:太多位置参数:允许 1 个,但找到 4 个。尝试删除额外的位置参数。 newFile = copyResize(image, e.size, -1, AVERAGE); ^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.0/lib/src/transform/copy_resize.dart:14:7:上下文:找到了这个候选人,但参数不匹配。图像 copyResize(图像 src, {int 宽度, int 高度, ^^^^^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:209:45:错误:Getter not发现:“线性”。 newFile = copyResize(image, e.size, -1, LINEAR); ^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:209:25:错误:太多位置参数:允许 1 个,但找到 4 个。尝试删除额外的位置参数。 newFile = copyResize(image, e.size, -1, LINEAR); ^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.0/lib/src/transform/copy_resize.dart:14:7:上下文:找到了这个候选人,但参数不匹配。图像 copyResize(图像 src, {int 宽度, int 高度, ^^^^^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:223:63:错误:Getter not发现:“平均”。 newFile = copyResize(image, template.size, template.size, AVERAGE); ^^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:223:25:错误:太多位置参数:允许 1 个,但找到 4 个。尝试删除额外的位置参数。 newFile = copyResize(image, template.size, template.size, AVERAGE); ^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/image-2.1.0/lib/src/transform/copy_resize.dart:14:7:上下文:找到了这个候选人,但参数不匹配。图像 copyResize(图像 src, {int 宽度, int 高度, ^^^^^^^^^^

file:///E:/​​NexToYou/Google/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.7.0/lib/android.dart:226:63:错误:Getter not发现:“线性”。 newFile = copyResize(image, template.size, template.size, LINEAR); ^^^^^^

pub 已完成,退出代码为 1 enter image description here

strong text **

最佳答案

将这两行添加到您的 pubspec.yaml

dependency_overrides:
image: 2.0.7

flutter_launcher_icons 似乎与最新版本图像 2.1.0 不兼容。较低版本的图像作品。 issue#102

关于flutter - flutter 启动器图标的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56217176/

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