picons 2.0.2
picons: ^2.0.2 copied to clipboard
1512 Phosphor icons for Flutter — thin, light, regular, bold, fill, and duotone styles.
CHANGELOG #
2.0.2 - 2026-05-11 #
- Update repository URL to github.com/liontude/picons
2.0.1 - 2026-05-11 #
- Fix
fontPackagereference (wasapp_icons, nowpicons) — icons were not rendering - Correct icon count to 1512 in description and example
2.0.0 - 2026-05-11 #
Renamed package from app_icons to picons and renamed all public API classes.
Breaking changes #
- Package name:
app_icons→picons AppIcon→PiconAppIcons→PiconsAppIconsStyle→PiconsStyleAppIconData→PiconDataAppIconsRegular→PiconsRegularAppIconsBold→PiconsBoldAppIconsFill→PiconsFillAppIconsThin→PiconsThinAppIconsLight→PiconsLightAppIconsDuotone→PiconsDuotone- Import:
package:app_icons/app_icons.dart→package:picons/picons.dart
Other changes #
- Example app redesigned: dark theme, search bar, style chips, adaptive grid
1.0.0 - 2026-05-11 #
Initial release as app_icons, forked from phosphor-icons/phosphor-flutter v2.1.0.
Changes from upstream #
- Renamed all public classes:
Phosphor*→App*(PhosphorIcon→AppIcon,PhosphorIconsFill→AppIconsFill, etc.) - Renamed package from
phosphor_fluttertoapp_icons AppIconsicons are now static getters instead of methods — access icons without parentheses (AppIcons.pencilinstead ofAppIcons.pencil())- Added
AppIcons.defaultStyle— configure the icon style globally once instead of passing it on every call - Font family names and font files retain their original Phosphor names (no asset changes)
- Example app migrated to Flutter 3.41.9 project structure (Kotlin DSL, Gradle 8.14, AGP 8.11.1)