flocks_material 0.1.0
flocks_material: ^0.1.0 copied to clipboard
Ícones do Material Design como AppIconProvider do Flocks — a implementação de referência do eixo.
Changelog #
Every relevant change to this package. The format follows Keep a Changelog, and the numbering follows SemVer.
On the numbering. Nothing before
0.1.0was ever published, and this package moves in lockstep withflocks: the contract (AppIconProvider) lives there, and an adapter on a version line of its own would only create a compatibility matrix to maintain. The public line starts at0.1.0, next to the core; theflocksCHANGELOG explains why0.x.
0.1.0 - 2026-08-05 #
Added #
MaterialIconProvider— Material Design icons as a FlocksAppIconProvider. It covers the 55AppIconTokenof the contract, and a test keeps it covering them. A name outside the contract falls back to a question mark: Material names are Dart identifiers, not strings, so an arbitrary slug cannot be resolved.- The package doubles as the reference implementation of the axis — a table and
a
build, around 120 lines, which is the shape aflocks_fontawesomeor an in-house provider would take. Living outside the core is the point: an adapter insideflockswould have cost every consumer the Material dependency and broken the zero-Material thesis the architecture test enforces.