mesh 0.4.1 mesh: ^0.4.1 copied to clipboard
Fast and highly customizable animated Mesh Gradients for Flutter applications. Using Shaders and vertices.
v0.4.0 #
- feat: Animated mesh gradients are up to 2x faster now thanks to @jonahwilliams #10
- Breaking feat: with the performance gain,
OVertex
is no longer aVector2
subclass. See the breaking changes on #12 - Breaking feat: fix mesh gradiens on Impeller by fooling Impeller.
impellerCompatibilityMode
was removed #13.
v0.3.0 #
- chore: add addtional links to readme
- fix: artfacts on the web on Flutter 3.24
- feat: add repaint boundary by default
v0.2.1 #
- Fix readme images on pub.dev
v0.2.0 #
- First release 🐣