alibaba/power_image

width=double.infinity安卓闪退

Closed this issue · 6 comments

Describe the bug
传 width=double.infinity 时,安卓闪退,height类似。

To Reproduce
Steps to reproduce the behavior:

PowerImage(
  src: '',
  width: double.infinity,
  height: double.infinity,
)

Expected behavior

Screenshots

Versions (please complete the following information):

  • latest

Additional context

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.0.1, on macOS 12.3.1 21E258 darwin-x64, locale
    zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] Android Studio (version 2021.2)
[✓] IntelliJ IDEA Community Edition (version 2022.1.2)
[✓] IntelliJ IDEA Community Edition (version 2022.1.1)
[✓] VS Code (version 1.67.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

• No issues found!

已复现,修复方案制定中

请问什么时候可以修复好

已复现,修复方案制定中

有大概的时间计划吗?

已复现,修复方案制定中

有大概的时间计划吗?

可以先在 loader 中,对较大尺寸进行过滤

已复现,修复方案制定中

有大概的时间计划吗?

可以先在 loader 中,对较大尺寸进行过滤

能说一下如何处理吗

这个问题没有修复的计划吗?