phosphoricons_flutter 1.0.0
phosphoricons_flutter: ^1.0.0 copied to clipboard
Phosphor Icons for Flutter — 1500+ icons in 6 styles (thin, light, regular, bold, fill, duotone). Dart 3.x compatible. Based on phosphor-icons/core v2.0.8.
1.0.0 #
- Initial release of
phosphoricons_flutter. - Bilingual Support: Both Portuguese (
pt-BR) and English documentation (READMEs and inline docstrings). - 1530+ icons from Phosphor Icons core v2.0.8.
- 6 weight styles: Thin, Light, Regular, Bold, Fill, Duotone.
- Dart 3.x compatible — no
extends IconData(which broke in Dart 3.x asIconDatabecamefinal). PhosphorIconwidget with native Duotone support — two-layerStackwith configurableduotoneSecondaryOpacityandduotoneSecondaryColor.PhosphorIconsconvenience class:PhosphorIcons.storefront,PhosphorIcons.storefrontBold,PhosphorIcons.storefrontDuotone, etc.- Per-style classes:
PhosphorIconsRegular,PhosphorIconsThin,PhosphorIconsLight,PhosphorIconsBold,PhosphorIconsFill,PhosphorIconsDuotone. - All icon aliases included (e.g.
asclepiusandcaduceusshare the same codepoint). @staticIconProviderannotation on all icon classes for Flutter tree-shaking.- Automated icon generator at
tool/generate.dartfor updating icons from official Phosphor font ZIPs.