color_mesh 1.0.2
color_mesh: ^1.0.2 copied to clipboard
A mesh (multi-point) gradient that can be used like RadialGradient and LinearGradient.
1.0.2 #
- Improve shader compability with Impeller. Shader is still not working with Impeller OpenGLES (used in Android emulators).
1.0.1 #
- Update README.
1.0.0 #
- Reworked the shader to accept up to 8 colors, their offsets, their strength and their sigma values.
- Breaking Change:
MeshGradient
requires two extra parameters,strengths
&sigmas
.
0.0.9 #
- Fix Color RGB values.
0.0.8 #
- Implemented
.withOpacity
forMeshGradient
, added part of Flutter 3.27. - Increased minimum Flutter SDK version to
3.27.0
0.0.7 #
- Add mesh playground to the example project.
0.0.6 #
- Add Web support tag on pub.dev.
0.0.5 #
- Fix missing child in
AnimatedMeshGradientContainer
.
0.0.4 #
- Update README with blog link and more details about the web support.
0.0.3 #
- Update main screenshot.
0.0.2 #
- Fix screenshots in README.
0.0.1 #
- Initial developement release.