yelo_icons 1.0.3
yelo_icons: ^1.0.3 copied to clipboard
A Flutter package for easily integrating custom SVG icons into your Flutter applications.
1.0.3 #
- Added interaction properties:
onTap
,onPress
, andonLongPress
- Introduced
borderRadius
for optional ripple effect customization - Added
enableFeedback
to control haptic feedback (sound/vibration) on interaction - Enhanced customization options for
BoxFit
,Alignment
, andmatchTextDirection
- Wrapped icon in
InkWell
for better gesture handling
1.0.2 #
-
Docs updated
1.0.1 #
- Added more props to icon
- Removed console prints
1.0.0 #
- Added support for custom SVG icons
- Implemented
Yelo.icon()
method for easy icon usage
1.0.0 #
- Initial release of Yelo Icons package