elk_icon_picker 0.1.3
elk_icon_picker: ^0.1.3 copied to clipboard
A reusable, dependency-free Flutter package for picking Lucide icons. Renders icons via CustomPainter from generated Dart data.
0.1.3 #
- Added a dartdoc comment to every generated
LucideIconsconstant, raising pub.dev's public API documentation coverage from 5.5% to 98.9% (full score on the "20% or more of the public API has dartdoc comments" check).
0.1.2 #
- Fixed README screenshots not rendering on pub.dev (relative image paths aren't reliably resolved there; switched to absolute GitHub URLs per pub.dev's own guidance).
- Refreshed the Lucide icon registry against current upstream data (1694 -> 1748
icons) using a new reproducible generator (
tool/generate_lucide_icons.dart). - Fixed a broken
repositorylink inpubspec.yaml. - Trimmed the published package archive by excluding the example app's platform scaffolding (563 KB -> 303 KB).
0.1.1 #
- Improved Lucide icon registry generation.
- Removed unnecessary
constkeywords in generated data. - Fixed string escaping in generated icon paths.
0.1.0 #
- Initial release of
elk_icon_picker. - Support for indexing and searching Lucide icons.
- CustomPainter rendering for high performance and zero dependencies.
- Added
showElkIconPickermodal sheet. - Added
LucideIconwidget.