flutter_custom_icons 0.0.5
flutter_custom_icons: ^0.0.5 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.
Changelog #
0.0.5 #
- Update README.md for preview images
0.0.4 #
- Update README.md
0.0.3 #
- Bug fix for FeatherIcons
- Added Fluent Icon family to the package
0.0.2 #
- Enhanced documentation with comprehensive updates
- Added Icon Gallery section showcasing sample icons from both families
- Updated all documentation to reflect dual icon family API (Iconixto + FeatherIcons)
- Corrected file paths and class names in QUICKSTART guide
- Improved README with visual icon previews and better usage examples
- Fixed markdown formatting issues for better readability
- Added white color styling to icon previews for better visibility
0.0.1 #
- Initial release of Flutter Custom Icons
- Added curated free icons in the Iconixto set (sample):
Iconixto.home,Iconixto.home2,Iconixto.home3,Iconixto.home4Iconixto.link,Iconixto.link1,Iconixto.link2,Iconixto.link3Iconixto.cog1,Iconixto.cog2Iconixto.zoomPlus
- 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 APIs:
Icon(Iconixto.iconName)andIcon(FeatherIcons.name) - Scalable and themeable icons
- Automated workflow for adding new icons