flutter_custom_icons 0.0.1
flutter_custom_icons: ^0.0.1 copied to clipboard
A modern Flutter icon font package—convert SVGs to a single font, use with a generated Dart class, and keep your app lightweight.
0.0.1 #
- Initial release of Flutter Custom Icons
- Added 12 curated free icons:
home,home_1,home_2,home_3,home_4- Home/navigation iconslink,link_1,link_2,link_3- Link/hyperlink iconscog_1,cog_2- Settings/configuration iconszoom_plus- Zoom/magnify icon
- Automation script (
tool/generate_icons.js) for easy icon generation - Complete documentation and examples
- Test suite to verify icon integrity
- MIT License
Features #
- Lightweight
.ttffont format
- Easy-to-use Flutter API:
Icon(FlutterCustomIcons.iconName) - Scalable and themeable icons
- Automated workflow for adding new icons