elk_icon_picker 0.1.3 copy "elk_icon_picker: ^0.1.3" to clipboard
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 LucideIcons constant, 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 repository link in pubspec.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 const keywords 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 showElkIconPicker modal sheet.
  • Added LucideIcon widget.
1
likes
160
points
137
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable, dependency-free Flutter package for picking Lucide icons. Renders icons via CustomPainter from generated Dart data.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on elk_icon_picker