flutter_material_design_icons 1.1.7447
flutter_material_design_icons: ^1.1.7447 copied to clipboard
This package provides over 7000+ material icons from the Material Design Icons (MDI) project.
flutter_material_design_icons #
This package provides over 7000+ material icons from the Material Design Icons project.
All icons and fonts in this project are licensed under Apache 2.0.
Overview #
![]()
This package provides an example/ which also comes in handy as a useful tool for searching and filtering icons included in this package.
The app is available for web here.
Features #
-
Preview icons in code editor

-
Deprecation notice

-
Metadata enriched
All icons are enriched with metadata derived from the MDI project like tags, styles, version and easily accessible via the icon
metadataproperty. -
Iterable
The icons are structured as an
enumand can therefore be easily itegrated viaMdiIcons.valuesfor further processing or filtering in your application.
Usage #
You can use the MDI icons analog to the material icons shipped with flutter:
Icon(MdiIcons.abacus)