Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/liquid_glass_renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ A Flutter package for creating a stunning "liquid glass" or "frosted glass" effe
As this is a pre-release, there are a few things to keep in mind:

- **Only works on Impeller**, so Web, Windows, and Linux are entirely unsupported for now
> **Note:** As of Flutter 3.27 release, Impeller is the default rendering engine for both iOS and Android API 29+. So use the latest versions to avoid the Impeller issue.
- **Maximum of 64 shapes** can be blended in a `LiquidGlassLayer`, and performance will degrade significantly with the more shapes you add in the same layer.
- **Blur** introduces artifacts when blending shapes, and looks suboptimal for `Glassify`. Upvote [this issue](https://github.com/flutter/flutter/issues/170820) to get that fixed.

Expand Down