iconify_design_flutter 1.0.3
iconify_design_flutter: ^1.0.3 copied to clipboard
A Flutter package that allows you to use icons from the Iconify.design API with ease.
1.0.3 #
- Fix icons not updating when
iconchanges at runtime or on hot reload - Respect
IconThemefor default color and size - Replace loading spinner with a quiet sized placeholder (customizable)
- Handle invalid icon ids safely instead of throwing
- Add in-memory cache and in-flight request deduplication
- Add optional
semanticsLabelfor accessibility - Expose
IconService.clearMemoryCache/clearAllCaches - Remove unused dependencies (
fpdart,flutter_localizations,flutter_web_plugins)
1.0.2 #
- Fixed issue causing icons to briefly disappear when the user rebuilds the screen
1.0.1 #
- Fix some issues
1.0.0 #
- Production release
- Update example app
- Add comments
0.0.1 #
- Initial release