reicons 1.0.6
reicons: ^1.0.6 copied to clipboard
Reicon icons for Flutter — 2700+ handcrafted icons in Outline and Filled weights as a single icon font.
Changelog #
1.0.6 #
- Fixed icon contour winding: preserved SVG path winding order so inner cutouts/holes render correctly (resolved issue where holes were rendered filled in solid black)
- Fixed horizontal metrics and LSB values (
hmtx) to ensure exact centering across all narrow and wide icon glyphs
1.0.5 #
- Typo fix in install instructions
- Added structured tests (
group()) covering constant types, fontFamily, and codepoint ranges
1.0.4 #
- Fixed icon alignment: every glyph is now centered on the 24×24 grid
(previously many icons rendered off-center, e.g.
chevron_left) - Fixed rendering of
<g transform>groups and non-<path>shapes (circle/rect/line/polyline) — all 5 previously missing icons now build (window_chart_line,align_3_horizontal,align_3_left,align_3_right,images_2) - Fixed TrueType winding for
evenoddoutlines so cut-out holes render correctly - Stroked icons are now expanded to proper outlines (round joins/caps), so they render at any size instead of relying on stroke rasterization
- Fixed
hmtxleft side bearings to match glyph bounds (spec compliance) - Font rebuilt with all 5360 icons (was 5355)
1.0.3 #
- Added dartdoc comments on every icon constant for 100% pub.dev documentation score
1.0.2 #
- Renamed library to match package name (
reicons.dart) - Fixed Flutter upper bound constraint (>=3.10.0)
- Fixed font asset path (
lib/fonts/) - Added
example/app for pub.dev score - Suppressed
public_member_api_docslint on generated code - Added library-level dartdoc
- Cleaned up redundant
fonts/directory
1.0.1 #
- Updated README with maintainer credits and cleaner attributions
1.0.0 #
Initial release.
- 2675 Outline icons (
ReiconIcons) - 2680 Filled icons (
ReiconFilledIcons) - Single
Reicon.ttficon font (1.7 MB) - Automatic kebab→camelCase naming