chitochi / flutter_inset_shadow

This package extends BoxShadow and BoxDecoration to support the inset property. [maintainer=@chitochi]

Home Page:https://pub.dev/packages/flutter_inset_shadow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blocky gradients on iOS devices when new Flutter Impeller rendering engine enabled

nezoat opened this issue · comments

commented

With Impeller enabled on iOS, rendering of gradients is blocky does not look good. It's fine if Impeller is disabled. This has only been seen when using the Inset property. Other gradients throughout Flutter seem fine.

https://github.com/flutter/flutter/wiki/Impeller

The issue is seen when using settings such as this:

BoxDecoration(boxShadow: [BoxShadow(blurRadius: 20, spreadRadius: 40, color: fillColor, inset: true)]))

Hello!
Thank you very much for this feedback, I will test on Android and iOS and try to find the cause.

@nezoat
is this a package issue?

The flutter team has to provide smooth migration I suppose
At least they turned on the impeller by default and there were no announcements "beware, you'll have to rewrite some parts"