feather_icons_svg 0.4.0 feather_icons_svg: ^0.4.0 copied to clipboard
Feather Icons SVG allows to customize stroke width in runtime. Uses flutter_svg instead of icon font.
0.4.0 #
- feat: remote currentColor prop from SVG files
- fix: update flutter_svg
0.3.0 #
- fix: update dependencies
- fix: do not replace currentColor property
0.2.1 #
- fix: depend on correct
IconTheme
- refactor: rename
FeatherIconsTheme
toFeatherIconTheme
0.2.0 #
- fix: remove SVGs for assets because they are generated as a SVG strings
- feat: add
FeatherIconsTheme
Widget
0.1.0 #
- chore: setup project