Flutter_cached_network_image: Flickering of images

Created on 4 Oct 2019  路  10Comments  路  Source: Baseflow/flutter_cached_network_image

Scenario:

  • Page 1 some logos
  • Page 2 large list of logos
  • Detail page with bigger image (banner)

When the images are loaded the first time, it's smooth (fading).
When I switch from page 1 to page 2 (forth and back), the same images are sometimes loaded again (even if they are already loaded) but not displayed immediately and also not fading. So it takes some milliseconds and then they appear immediately. So it's "nervous"

v1.1.1

All 10 comments

Could you try using the current git version and see if it helps

cached_network_image:
  git: [email protected]:renefloor/flutter_cached_network_image.git

I get the same issue - with Latest version and git version. When the image loads - it blinks/flashes.

@Kavantix reverting your commit 3d71ad0 fixes this issue for me on the current git master.

Problem still happening, I tried on 1.13 and on 2rc

@diego-lipinski-de-castro please refer to #289 for the current status

@diego-lipinski-de-castro could you please provide a video demonstrating the problem you are seeing. Please turn slow animations on in Dart Devtools so it is really clear exactly what is happening.

I can inspect tomorrow and back with more details, what i can advance is that I tested on physical iPhone XR iOS 13 and iPhone 11 pro max emulator on 13 aswell, I tested on your personal stop-flick branch btw

Any update on this issue?

I believe this is fixed by #289

You can test on my branch on the pull request. If the PR doesn't fix the issue, then try and provide a minimal example that further demonstrates the problem and I can look into it.

My branch has fixed the problem for my use cases.

If it is not fixed by that PR please reopen this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

digitaldangal picture digitaldangal  路  5Comments

tolotrasamuel picture tolotrasamuel  路  6Comments

BerndWessels picture BerndWessels  路  6Comments

ened picture ened  路  4Comments

sososdk picture sososdk  路  5Comments