ncuillery / cached_network_image_sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cached_network_image_sandbox

Minimal repro case for Baseflow/flutter_cached_network_image#527

When an image can't be loaded for any reason (404, wrong format, ...), an unhandled exception is thrown, unless errorWidget is used.

However, when pushing a new route, the unhandled exception is thrown anyway for each image in error on the current route, even when using errorWidget. This is annoying both in dev (lots of logs) and in prod (Crahslytics is flooded by those errors).

About


Languages

Language:HTML 43.9%Language:Dart 33.3%Language:Ruby 15.9%Language:Swift 4.8%Language:Kotlin 1.7%Language:Objective-C 0.4%