Skip to content

Demo Flutter project demonstrating a bug when using `color` with `Image.asset`.

michalsrutek/flutter-image-asset-color-bug

Repository files navigation

ℹ️

Demo Flutter project demonstrating a bug when using color with Image.asset.

Image.asset(
    'assets/img.png',
    width: innerCircleWidth,
    height: innerCircleWidth,
    // !!! Using a color does something weird
    color: useColor ? Colors.orange : null,
),

Tracked at flutter/flutter#144109.

📹

Video in mp4

About

Demo Flutter project demonstrating a bug when using `color` with `Image.asset`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published