JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.28k stars 64 forks source link

fix(uiux): remove fading edge on horizontal scrollviews #746

Closed JagandeepBrar closed 1 year ago

JagandeepBrar commented 1 year ago

Improves performance as each scrollview would require multiple controllers and a shader mask. For lists of hundreds of items, this could result in thousands of controllers and shader masks for a minor UI effect.

This also fixes the text rendering issue on Impeller-renderer devices.