asteroid-studios / jolt

Jolt is a UI Framework for Flutter - Built as an alternative to Material & Cupertino
https://flutterjolt.dev
MIT License
3 stars 0 forks source link

Cache JoltColor conversion for performance #4

Closed k-ane closed 4 months ago

k-ane commented 4 months ago

I don't think this will be an issue as shades are just created by converting color to HSL then changing lightness.

If it ever becomes an issue will reopen