gradient_like_css 1.0.1 gradient_like_css: ^1.0.1 copied to clipboard
The gradient_like_css package for Flutter allows you to experience CSS-like gradients in your Flutter app.
[1.0.1] - 2022-05-25 #
- 📚 Update the README to change the version rule
[1.0.0-nullsafety.0] - 2022-05-25 #
- ✨ Add null safety support
[0.5.1] - 2021-01-26 #
- 🐛 Fixed color stop point bug
[0.5.0] - 2021-01-26 #
- 🚨 Unit test finished
[0.1.0] - 2021-01-22 #
- 📚 Preparing for release
[0.0.5] - 2021-01-22 #
- 📚 Add changelog
- 📚 Update README with import instructions and example
- 📚 README image path fixes
[0.0.4] - 2021-01-22 #
- 📚 Add license
[0.0.3] - 2021-01-22 #
- ♻ Change property name, etc
[0.0.2] - 2021-01-21 #
- ✨ Add to
<side-or-corner>
parameter- In CSS,
linear-gradient
has a<side-or-corner>
parameter. Now available in Flutter.
- In CSS,
[0.0.1] - 2021-01-21 #
- 🎉 Make Flutter plugin project
- [WIP] Make the
CssLike
class, which is the main feature of this plugin. - Make the
WebColor
class that uses X11/CSS3 colors.
- [WIP] Make the