icon_decoration 2.1.0 icon_decoration: ^2.1.0 copied to clipboard
Add decoration capabilities to the Icon widget with borders and gradients.
2.1.0 #
- Chore/bump dependencies by @TesteurManiak in https://github.com/TesteurManiak/icon_decoration/pull/6
- Fallback to the shadows value of the IconTheme by @remi-denele in https://github.com/TesteurManiak/icon_decoration/pull/5
- feat: update alchemist dependency by @TesteurManiak in https://github.com/TesteurManiak/icon_decoration/pull/7
New Contributors #
- @remi-denele made their first contribution in https://github.com/TesteurManiak/icon_decoration/pull/5
Full Changelog: https://github.com/TesteurManiak/icon_decoration/compare/2.0.0...2.1.0
2.0.2 #
- Fix README.md
2.0.1 #
- Updated
README.md
with a "Migration Guide" section - Updated documentation
- Added warning for gradients on Flutter Web
- Upgraded dev dependencies
2.0.0 #
- Removed
IconDecoration.shadows
, useIcon.shadows
instead - Support for Dart 3
- Upgraded dependencies
- Updated linting
1.0.0+3 #
- Fixed README.md
1.0.0+1 #
- Change license to BSD 2-Clause
1.0.0 #
- First release: Add support for
shadows
,border
andgradient
properties.