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